#C8CC5F

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

Shades of Wild Willow #C8CC5F

Tints of Wild Willow #C8CC5F

Color information

#C8CC5F (or 0xC8CC5F) is unknown color: approx Wild Willow. HEX triplet: C8, CC and 5F. RGB value is (200,204,95). Sum of RGB (Red+Green+Blue) = 200+204+95=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 204 (80.08% from 255 or 40.88% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 204 - color contains mainly: green. Hex color #C8CC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8CC5F is #3733A0. Grayscale: #BEBEBE. Windows color (decimal): -3617697 or 6278344. OLE color: 6278344.

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

Color convert

RGB20020495-
CMYK0.0200.530.2
HSL62.2º51.66%58.63%-
HSV(B)62.2º53.43%80%-
XYZ47.4856.2919.19-
YUV190.3874.17134.86-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 204 (80.08% from 255) = 40.88%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=40.08%
G=40.88%
B=19.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal200204950.0200.530.262.251.6658.63
HexC8CC5F2035143e343b
Octal310314137206524766473
Binary1100100011001100101111110011010110100111110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CC5F; }

 p { color: rgb(200,204,95); }

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

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

 a { background-color: rgb(200,204,95); }

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

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

 span { border-color: rgb(200,204,95); }

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