#C4CA41

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

Shades of Las Palmas #C4CA41

Tints of Las Palmas #C4CA41

Color information

#C4CA41 (or 0xC4CA41) is unknown color: approx Las Palmas. HEX triplet: C4, CA and 41. RGB value is (196,202,65). Sum of RGB (Red+Green+Blue) = 196+202+65=463 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.33% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CA41 is #3B35BE. Grayscale: #B9B9B9. Windows color (decimal): -3880383 or 4311748. OLE color: 4311748.

HSL color Cylindrical-coordinate representation of color #C4CA41: hue angle of 62.63º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4CA41 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB19620265-
CMYK0.0300.680.21
HSL62.63º56.38%52.35%-
HSV(B)62.63º67.82%79.22%-
XYZ44.8454.3613.13-
YUV184.5960.51136.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.33%
GREEN value IS 202 (79.30% from 255) = 43.63%
BLUE value IS 65 (25.78% from 255) = 14.04%
R=42.33%
G=43.63%
B=14.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196202650.0300.680.2162.6356.3852.35
HexC4CA413044153f3834
Octal3043121013010425777064
Binary11000100110010101000001110100010010101111111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CA41; }

 p { color: rgb(196,202,65); }

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

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

 a { background-color: rgb(196,202,65); }

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

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

 span { border-color: rgb(196,202,65); }

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