#CBDD56

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

Shades of Wild Willow #CBDD56

Tints of Wild Willow #CBDD56

Color information

#CBDD56 (or 0xCBDD56) is unknown color: approx Wild Willow. HEX triplet: CB, DD and 56. RGB value is (203,221,86). Sum of RGB (Red+Green+Blue) = 203+221+86=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 86 (33.98% from 255 or 16.86% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD56 is #3422A9. Grayscale: #C8C8C8. Windows color (decimal): -3416746 or 5692875. OLE color: 5692875.

HSL color Cylindrical-coordinate representation of color #CBDD56: hue angle of 68º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CBDD56 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB20322186-
CMYK0.0800.610.13
HSL68º66.5%60.2%-
HSV(B)68º61.09%86.67%-
XYZ52.1665.0818.62-
YUV200.2363.54129.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 86 (33.98% from 255) = 16.86%
R=39.80%
G=43.33%
B=16.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203221860.0800.610.136866.560.2
HexCBDD56803DD44433c
Octal313335126100751510410374
Binary1100101111011101101011010000111101110110001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD56; }

 p { color: rgb(203,221,86); }

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

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

 a { background-color: rgb(203,221,86); }

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

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

 span { border-color: rgb(203,221,86); }

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