#C3CD3B

Color #C3CD3B Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #C3CD3B

Tints of Las Palmas #C3CD3B

Color information

#C3CD3B (or 0xC3CD3B) is unknown color: approx Las Palmas. HEX triplet: C3, CD and 3B. RGB value is (195,205,59). Sum of RGB (Red+Green+Blue) = 195+205+59=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CD3B is #3C32C4. Grayscale: #B9B9B9. Windows color (decimal): -3945157 or 3919299. OLE color: 3919299.

HSL color Cylindrical-coordinate representation of color #C3CD3B: hue angle of 64.11º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3CD3B is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB19520559-
CMYK0.0500.710.20
HSL64.11º59.35%51.76%-
HSV(B)64.11º71.22%80.39%-
XYZ45.1355.5812.49-
YUV185.3756.69134.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 59 (23.44% from 255) = 12.85%
R=42.48%
G=44.66%
B=12.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195205590.0500.710.2064.1159.3551.76
HexC3CD3B504714403b34
Octal3033157350107241007364
Binary110000111100110111101110101000111101001000000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CD3B; }

 p { color: rgb(195,205,59); }

 H1.HeaderClassName
 {
   color: #C3CD3B;
 }
 .AnyTagClassName
 {
   color: #C3CD3B;
 }
</style>
background-color css

<style>
 a { background-color: #C3CD3B; }

 a { background-color: rgb(195,205,59); }

 div.DivClassName
 {
   background-color: #C3CD3B;
 }
 .BgClassName
 {
   background-color: #C3CD3B;
 }
</style>
border-color css

<style>
 span { border-color: #C3CD3B; }

 span { border-color: rgb(195,205,59); }

 td.TdClassName
 {
   border-color: #C3CD3B;
 }
 .TagClassName
 {
   border-color: #C3CD3B;
 }
</style>