#B0CD65

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

Shades of Wild Willow #B0CD65

Tints of Wild Willow #B0CD65

Color information

#B0CD65 (or 0xB0CD65) is unknown color: approx Wild Willow. HEX triplet: B0, CD and 65. RGB value is (176,205,101). Sum of RGB (Red+Green+Blue) = 176+205+101=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #B0CD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0CD65 is #4F329A. Grayscale: #B8B8B8. Windows color (decimal): -5190299 or 6671792. OLE color: 6671792.

HSL color Cylindrical-coordinate representation of color #B0CD65: hue angle of 76.73º 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 #B0CD65 is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB176205101-
CMYK0.1400.510.20
HSL76.73º50.98%60%-
HSV(B)76.73º50.73%80.39%-
XYZ42.0853.8320.48-
YUV184.4780.89121.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 205 (80.47% from 255) = 42.53%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=36.51%
G=42.53%
B=20.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762051010.1400.510.2076.7350.9860
HexB0CD65E033144d333c
Octal26031514516063241156374
Binary1011000011001101110010111100110011101001001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CD65; }

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

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

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

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

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

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

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

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