#cbd051

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

Shades of Wild Willow #CBD051

Tints of Wild Willow #CBD051

Color information

#CBD051 (or 0xCBD051) is unknown color: approx Wild Willow. HEX triplet: CB, D0 and 51. RGB value is (203,208,81). Sum of RGB (Red+Green+Blue) = 203+208+81=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD051 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD051 is #342FAE. Grayscale: #C0C0C0. Windows color (decimal): -3420079 or 5361867. OLE color: 5361867.

HSL color Cylindrical-coordinate representation of color #CBD051: hue angle of 62.36º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBD051 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB20320881-
CMYK0.0200.610.18
HSL62.36º57.47%56.67%-
HSV(B)62.36º61.06%81.57%-
XYZ48.6758.416.49-
YUV192.0365.34135.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.26%
GREEN value IS 208 (81.64% from 255) = 42.28%
BLUE value IS 81 (32.03% from 255) = 16.46%
R=41.26%
G=42.28%
B=16.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal203208810.0200.610.1862.3657.4756.67
HexCBD051203D123e3939
Octal313320121207522767171
Binary1100101111010000101000110011110110010111110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbd051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbd051; }

 p { color: rgb(203,208,81); }

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

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

 a { background-color: rgb(203,208,81); }

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

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

 span { border-color: rgb(203,208,81); }

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