#CBDA60

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

Shades of Wild Willow #CBDA60

Tints of Wild Willow #CBDA60

Color information

#CBDA60 (or 0xCBDA60) is unknown color: approx Wild Willow. HEX triplet: CB, DA and 60. RGB value is (203,218,96). Sum of RGB (Red+Green+Blue) = 203+218+96=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDA60 is #34259F. Grayscale: #C8C8C8. Windows color (decimal): -3417504 or 6347467. OLE color: 6347467.

HSL color Cylindrical-coordinate representation of color #CBDA60: hue angle of 67.38º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CBDA60 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB20321896-
CMYK0.0700.560.15
HSL67.38º62.24%61.57%-
HSV(B)67.38º55.96%85.49%-
XYZ51.8163.6820.63-
YUV199.6169.53130.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 96 (37.89% from 255) = 18.57%
R=39.26%
G=42.17%
B=18.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal203218960.0700.560.1567.3862.2461.57
HexCBDA607038F433e3e
Octal3133321407070171037676
Binary11001011110110101100000111011100011111000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDA60; }

 p { color: rgb(203,218,96); }

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

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

 a { background-color: rgb(203,218,96); }

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

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

 span { border-color: rgb(203,218,96); }

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