#CBD45A

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

Shades of Wild Willow #CBD45A

Tints of Wild Willow #CBD45A

Color information

#CBD45A (or 0xCBD45A) is unknown color: approx Wild Willow. HEX triplet: CB, D4 and 5A. RGB value is (203,212,90). Sum of RGB (Red+Green+Blue) = 203+212+90=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 212 (83.20% from 255 or 41.98% from 505); Blue value is 90 (35.55% from 255 or 17.82% from 505); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD45A is #342BA5. Grayscale: #C3C3C3. Windows color (decimal): -3419046 or 5952715. OLE color: 5952715.

HSL color Cylindrical-coordinate representation of color #CBD45A: hue angle of 64.43º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBD45A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB20321290-
CMYK0.0400.580.17
HSL64.43º58.65%59.22%-
HSV(B)64.43º57.55%83.14%-
XYZ50.0260.5218.72-
YUV195.468.52133.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 212 (83.20% from 255) = 41.98%
BLUE value IS 90 (35.55% from 255) = 17.82%
R=40.20%
G=41.98%
B=17.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal203212900.0400.580.1764.4358.6559.22
HexCBD45A403A11403b3b
Octal3133241324072211007373
Binary110010111101010010110101000111010100011000000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD45A; }

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

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

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

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

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

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

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

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