#CBD660

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

Shades of Wild Willow #CBD660

Tints of Wild Willow #CBD660

Color information

#CBD660 (or 0xCBD660) is unknown color: approx Wild Willow. HEX triplet: CB, D6 and 60. RGB value is (203,214,96). Sum of RGB (Red+Green+Blue) = 203+214+96=513 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.57% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 96 (37.89% from 255 or 18.71% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD660 is #34299F. Grayscale: #C5C5C5. Windows color (decimal): -3418528 or 6346443. OLE color: 6346443.

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

Color convert

RGB20321496-
CMYK0.0500.550.16
HSL65.59º59%60.78%-
HSV(B)65.59º55.14%83.92%-
XYZ50.7961.6320.29-
YUV197.2670.86132.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.57%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 96 (37.89% from 255) = 18.71%
R=39.57%
G=41.72%
B=18.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203214960.0500.550.1665.595960.78
HexCBD660503710423b3d
Octal3133261405067201027375
Binary110010111101011011000001010110111100001000010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD660; }

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

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

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

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

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

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

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

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