#CBDD62

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

Shades of Wild Willow #CBDD62

Tints of Wild Willow #CBDD62

Color information

#CBDD62 (or 0xCBDD62) is unknown color: approx Wild Willow. HEX triplet: CB, DD and 62. RGB value is (203,221,98). Sum of RGB (Red+Green+Blue) = 203+221+98=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 98 (38.67% from 255 or 18.77% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD62 is #34229D. Grayscale: #CACACA. Windows color (decimal): -3416734 or 6479307. OLE color: 6479307.

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

Color convert

RGB20322198-
CMYK0.0800.560.13
HSL68.78º64.4%62.55%-
HSV(B)68.78º55.66%86.67%-
XYZ52.6965.2921.38-
YUV201.669.54129-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 98 (38.67% from 255) = 18.77%
R=38.89%
G=42.34%
B=18.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203221980.0800.560.1368.7864.462.55
HexCBDD628038D45403f
Octal313335142100701510510077
Binary1100101111011101110001010000111000110110001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD62; }

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

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

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

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

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

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

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

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