#CBC85B

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

Shades of Wild Willow #CBC85B

Tints of Wild Willow #CBC85B

Color information

#CBC85B (or 0xCBC85B) is unknown color: approx Wild Willow. HEX triplet: CB, C8 and 5B. RGB value is (203,200,91). Sum of RGB (Red+Green+Blue) = 203+200+91=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 91 (35.94% from 255 or 18.42% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC85B is #3437A4. Grayscale: #BCBCBC. Windows color (decimal): -3422117 or 6015179. OLE color: 6015179.

HSL color Cylindrical-coordinate representation of color #CBC85B: hue angle of 58.39º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CBC85B is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20320091-
CMYK00.010.550.20
HSL58.39º51.85%57.65%-
HSV(B)58.39º55.17%79.61%-
XYZ47.1754.7617.98-
YUV188.4772.99138.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.09%
GREEN value IS 200 (78.52% from 255) = 40.49%
BLUE value IS 91 (35.94% from 255) = 18.42%
R=41.09%
G=40.49%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032009100.010.550.2058.3951.8557.65
HexCBC85B0137143a343a
Octal313310133016724726472
Binary110010111100100010110110111011110100111010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC85B; }

 p { color: rgb(203,200,91); }

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

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

 a { background-color: rgb(203,200,91); }

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

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

 span { border-color: rgb(203,200,91); }

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