#C4CD42

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

Shades of Las Palmas #C4CD42

Tints of Las Palmas #C4CD42

Color information

#C4CD42 (or 0xC4CD42) is unknown color: approx Las Palmas. HEX triplet: C4, CD and 42. RGB value is (196,205,66). Sum of RGB (Red+Green+Blue) = 196+205+66=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 66 (26.17% from 255 or 14.13% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CD42 is #3B32BD. Grayscale: #BBBBBB. Windows color (decimal): -3879614 or 4378052. OLE color: 4378052.

HSL color Cylindrical-coordinate representation of color #C4CD42: hue angle of 63.88º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4CD42 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB19620566-
CMYK0.0400.680.20
HSL63.88º58.16%53.14%-
HSV(B)63.88º67.8%80.39%-
XYZ45.5855.7913.52-
YUV186.4660.02134.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 205 (80.47% from 255) = 43.90%
BLUE value IS 66 (26.17% from 255) = 14.13%
R=41.97%
G=43.90%
B=14.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196205660.0400.680.2063.8858.1653.14
HexC4CD42404414403a35
Octal30431510240104241007265
Binary1100010011001101100001010001000100101001000000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD42; }

 p { color: rgb(196,205,66); }

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

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

 a { background-color: rgb(196,205,66); }

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

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

 span { border-color: rgb(196,205,66); }

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