#C8D06B

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

Shades of Wild Willow #C8D06B

Tints of Wild Willow #C8D06B

Color information

#C8D06B (or 0xC8D06B) is unknown color: approx Wild Willow. HEX triplet: C8, D0 and 6B. RGB value is (200,208,107). Sum of RGB (Red+Green+Blue) = 200+208+107=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D06B is #372F94. Grayscale: #C2C2C2. Windows color (decimal): -3616661 or 7065800. OLE color: 7065800.

HSL color Cylindrical-coordinate representation of color #C8D06B: hue angle of 64.75º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8D06B is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB200208107-
CMYK0.0400.490.18
HSL64.75º51.79%61.76%-
HSV(B)64.75º48.56%81.57%-
XYZ49.0358.4522.61-
YUV194.0978.85132.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.83%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 107 (42.19% from 255) = 20.78%
R=38.83%
G=40.39%
B=20.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002081070.0400.490.1864.7551.7961.76
HexC8D06B40311241343e
Octal3103201534061221016476
Binary110010001101000011010111000110001100101000001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D06B; }

 p { color: rgb(200,208,107); }

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

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

 a { background-color: rgb(200,208,107); }

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

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

 span { border-color: rgb(200,208,107); }

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