#CBCD65

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

Shades of Wild Willow #CBCD65

Tints of Wild Willow #CBCD65

Color information

#CBCD65 (or 0xCBCD65) is unknown color: approx Wild Willow. HEX triplet: CB, CD and 65. RGB value is (203,205,101). Sum of RGB (Red+Green+Blue) = 203+205+101=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #CBCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBCD65 is #34329A. Grayscale: #C0C0C0. Windows color (decimal): -3420827 or 6671819. OLE color: 6671819.

HSL color Cylindrical-coordinate representation of color #CBCD65: hue angle of 61.15º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CBCD65 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB203205101-
CMYK0.0100.510.20
HSL61.15º50.98%60%-
HSV(B)61.15º50.73%80.39%-
XYZ48.8157.320.8-
YUV192.5576.34135.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 205 (80.47% from 255) = 40.28%
BLUE value IS 101 (39.84% from 255) = 19.84%
R=39.88%
G=40.28%
B=19.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2032051010.0100.510.2061.1550.9860
HexCBCD651033143d333c
Octal313315145106324756374
Binary110010111100110111001011011001110100111101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCD65; }

 p { color: rgb(203,205,101); }

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

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

 a { background-color: rgb(203,205,101); }

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

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

 span { border-color: rgb(203,205,101); }

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