#C4CC6B

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

Shades of Wild Willow #C4CC6B

Tints of Wild Willow #C4CC6B

Color information

#C4CC6B (or 0xC4CC6B) is unknown color: approx Wild Willow. HEX triplet: C4, CC and 6B. RGB value is (196,204,107). Sum of RGB (Red+Green+Blue) = 196+204+107=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4CC6B is #3B3394. Grayscale: #BEBEBE. Windows color (decimal): -3879829 or 7064772. OLE color: 7064772.

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

Color convert

RGB196204107-
CMYK0.0400.480.2
HSL64.95º48.74%60.98%-
HSV(B)64.95º47.55%80%-
XYZ47.0155.9822.24-
YUV190.5580.85131.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 107 (42.19% from 255) = 21.10%
R=38.66%
G=40.24%
B=21.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1962041070.0400.480.264.9548.7460.98
HexC4CC6B40301441313d
Octal3043141534060241016175
Binary110001001100110011010111000110000101001000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CC6B; }

 p { color: rgb(196,204,107); }

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

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

 a { background-color: rgb(196,204,107); }

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

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

 span { border-color: rgb(196,204,107); }

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