#C4CB6C

Color #C4CB6C Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #C4CB6C

Tints of Wild Willow #C4CB6C

Color information

#C4CB6C (or 0xC4CB6C) is unknown color: approx Wild Willow. HEX triplet: C4, CB and 6C. RGB value is (196,203,108). Sum of RGB (Red+Green+Blue) = 196+203+108=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 203 (79.69% from 255 or 40.04% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 203 - color contains mainly: green. Hex color #C4CB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CB6C is #3B3493. Grayscale: #BEBEBE. Windows color (decimal): -3880084 or 7130052. OLE color: 7130052.

HSL color Cylindrical-coordinate representation of color #C4CB6C: hue angle of 64.42º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4CB6C is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB196203108-
CMYK0.0300.470.20
HSL64.42º47.74%60.98%-
HSV(B)64.42º46.8%79.61%-
XYZ46.8355.5322.44-
YUV190.0881.68132.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 203 (79.69% from 255) = 40.04%
BLUE value IS 108 (42.58% from 255) = 21.30%
R=38.66%
G=40.04%
B=21.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1962031080.0300.470.2064.4247.7460.98
HexC4CB6C302F1440303d
Octal3043131543057241006075
Binary11000100110010111101100110101111101001000000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CB6C; }

 p { color: rgb(196,203,108); }

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

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

 a { background-color: rgb(196,203,108); }

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

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

 span { border-color: rgb(196,203,108); }

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