#CBD65D

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

Shades of Wild Willow #CBD65D

Tints of Wild Willow #CBD65D

Color information

#CBD65D (or 0xCBD65D) is unknown color: approx Wild Willow. HEX triplet: CB, D6 and 5D. RGB value is (203,214,93). Sum of RGB (Red+Green+Blue) = 203+214+93=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 93 (36.72% from 255 or 18.24% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBD65D is #3429A2. Grayscale: #C5C5C5. Windows color (decimal): -3418531 or 6149835. OLE color: 6149835.

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

Color convert

RGB20321493-
CMYK0.0500.570.16
HSL65.45º59.61%60.2%-
HSV(B)65.45º56.54%83.92%-
XYZ50.6561.5819.57-
YUV196.9269.36132.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 214 (83.98% from 255) = 41.96%
BLUE value IS 93 (36.72% from 255) = 18.24%
R=39.80%
G=41.96%
B=18.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal203214930.0500.570.1665.4559.6160.2
HexCBD65D503910413c3c
Octal3133261355071201017474
Binary110010111101011010111011010111001100001000001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD65D; }

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

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

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

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

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

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

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

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