#CBC85A

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

Shades of Wild Willow #CBC85A

Tints of Wild Willow #CBC85A

Color information

#CBC85A (or 0xCBC85A) is unknown color: approx Wild Willow. HEX triplet: CB, C8 and 5A. RGB value is (203,200,90). Sum of RGB (Red+Green+Blue) = 203+200+90=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 200 (78.52% from 255 or 40.57% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC85A is #3437A5. Grayscale: #BCBCBC. Windows color (decimal): -3422118 or 5949643. OLE color: 5949643.

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

Color convert

RGB20320090-
CMYK00.010.560.20
HSL58.41º52.07%57.45%-
HSV(B)58.41º55.67%79.61%-
XYZ47.1354.7417.76-
YUV188.3672.49138.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.18%
GREEN value IS 200 (78.52% from 255) = 40.57%
BLUE value IS 90 (35.55% from 255) = 18.26%
R=41.18%
G=40.57%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032009000.010.560.2058.4152.0757.45
HexCBC85A0138143a3439
Octal313310132017024726471
Binary110010111100100010110100111100010100111010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC85A; }

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

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

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

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

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

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

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

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