#b6d05b

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

Shades of Wild Willow #B6D05B

Tints of Wild Willow #B6D05B

Color information

#B6D05B (or 0xB6D05B) is unknown color: approx Wild Willow. HEX triplet: B6, D0 and 5B. RGB value is (182,208,91). Sum of RGB (Red+Green+Blue) = 182+208+91=481 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.84% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 91 (35.94% from 255 or 18.92% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #B6D05B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D05B is #492FA4. Grayscale: #BBBBBB. Windows color (decimal): -4796325 or 6017206. OLE color: 6017206.

HSL color Cylindrical-coordinate representation of color #B6D05B: hue angle of 73.33º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B6D05B is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB18220891-
CMYK0.1200.560.18
HSL73.33º55.45%58.63%-
HSV(B)73.33º56.25%81.57%-
XYZ43.7455.8118.37-
YUV186.8973.89124.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.84%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 91 (35.94% from 255) = 18.92%
R=37.84%
G=43.24%
B=18.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182208910.1200.560.1873.3355.4558.63
HexB6D05BC0381249373b
Octal26632013314070221116773
Binary1011011011010000101101111000111000100101001001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6d05b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6d05b; }

 p { color: rgb(182,208,91); }

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

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

 a { background-color: rgb(182,208,91); }

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

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

 span { border-color: rgb(182,208,91); }

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