#CBD561

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

Shades of Wild Willow #CBD561

Tints of Wild Willow #CBD561

Color information

#CBD561 (or 0xCBD561) is unknown color: approx Wild Willow. HEX triplet: CB, D5 and 61. RGB value is (203,213,97). Sum of RGB (Red+Green+Blue) = 203+213+97=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD561 is #342A9E. Grayscale: #C5C5C5. Windows color (decimal): -3418783 or 6411723. OLE color: 6411723.

HSL color Cylindrical-coordinate representation of color #CBD561: hue angle of 65.17º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CBD561 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB20321397-
CMYK0.0500.540.16
HSL65.17º58%60.78%-
HSV(B)65.17º54.46%83.53%-
XYZ50.5861.1520.45-
YUV196.7971.69132.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 213 (83.59% from 255) = 41.52%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=39.57%
G=41.52%
B=18.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203213970.0500.540.1665.175860.78
HexCBD561503610413a3d
Octal3133251415066201017275
Binary110010111101010111000011010110110100001000001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD561; }

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

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

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

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

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

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

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

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