#B0D06B

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

Shades of Wild Willow #B0D06B

Tints of Wild Willow #B0D06B

Color information

#B0D06B (or 0xB0D06B) is unknown color: approx Wild Willow. HEX triplet: B0, D0 and 6B. RGB value is (176,208,107). Sum of RGB (Red+Green+Blue) = 176+208+107=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D06B is #4F2F94. Grayscale: #BBBBBB. Windows color (decimal): -5189525 or 7065776. OLE color: 7065776.

HSL color Cylindrical-coordinate representation of color #B0D06B: hue angle of 79.01º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0D06B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB176208107-
CMYK0.1500.490.18
HSL79.01º51.79%61.76%-
HSV(B)79.01º48.56%81.57%-
XYZ43.1155.422.33-
YUV186.9282.9120.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 107 (42.19% from 255) = 21.79%
R=35.85%
G=42.36%
B=21.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1762081070.1500.490.1879.0151.7961.76
HexB0D06BF031124f343e
Octal26032015317061221176476
Binary1011000011010000110101111110110001100101001111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D06B; }

 p { color: rgb(176,208,107); }

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

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

 a { background-color: rgb(176,208,107); }

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

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

 span { border-color: rgb(176,208,107); }

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