#CBD161

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

Shades of Wild Willow #CBD161

Tints of Wild Willow #CBD161

Color information

#CBD161 (or 0xCBD161) is unknown color: approx Wild Willow. HEX triplet: CB, D1 and 61. RGB value is (203,209,97). Sum of RGB (Red+Green+Blue) = 203+209+97=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 97 (38.28% from 255 or 19.06% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD161 is #342E9E. Grayscale: #C2C2C2. Windows color (decimal): -3419807 or 6410699. OLE color: 6410699.

HSL color Cylindrical-coordinate representation of color #CBD161: hue angle of 63.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBD161 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB20320997-
CMYK0.0300.540.18
HSL63.21º54.9%60%-
HSV(B)63.21º53.59%81.96%-
XYZ49.5959.1620.11-
YUV194.4473.01134.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 209 (82.03% from 255) = 41.06%
BLUE value IS 97 (38.28% from 255) = 19.06%
R=39.88%
G=41.06%
B=19.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203209970.0300.540.1863.2154.960
HexCBD1613036123f373c
Octal313321141306622776774
Binary1100101111010001110000111011011010010111111110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD161; }

 p { color: rgb(203,209,97); }

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

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

 a { background-color: rgb(203,209,97); }

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

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

 span { border-color: rgb(203,209,97); }

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