#CBD85C

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

Shades of Wild Willow #CBD85C

Tints of Wild Willow #CBD85C

Color information

#CBD85C (or 0xCBD85C) is unknown color: approx Wild Willow. HEX triplet: CB, D8 and 5C. RGB value is (203,216,92). Sum of RGB (Red+Green+Blue) = 203+216+92=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD85C is #3427A3. Grayscale: #C6C6C6. Windows color (decimal): -3418020 or 6084811. OLE color: 6084811.

HSL color Cylindrical-coordinate representation of color #CBD85C: hue angle of 66.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CBD85C is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB20321692-
CMYK0.0600.570.15
HSL66.29º61.39%60.39%-
HSV(B)66.29º57.41%84.71%-
XYZ51.1262.5819.51-
YUV197.9868.19131.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 216 (84.77% from 255) = 42.27%
BLUE value IS 92 (36.33% from 255) = 18.00%
R=39.73%
G=42.27%
B=18.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203216920.0600.570.1566.2961.3960.39
HexCBD85C6039F423d3c
Octal3133301346071171027574
Binary11001011110110001011100110011100111111000010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD85C; }

 p { color: rgb(203,216,92); }

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

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

 a { background-color: rgb(203,216,92); }

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

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

 span { border-color: rgb(203,216,92); }

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