#B5D06A

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

Shades of Wild Willow #B5D06A

Tints of Wild Willow #B5D06A

Color information

#B5D06A (or 0xB5D06A) is unknown color: approx Wild Willow. HEX triplet: B5, D0 and 6A. RGB value is (181,208,106). Sum of RGB (Red+Green+Blue) = 181+208+106=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D06A is #4A2F95. Grayscale: #BCBCBC. Windows color (decimal): -4861846 or 7000245. OLE color: 7000245.

HSL color Cylindrical-coordinate representation of color #B5D06A: hue angle of 75.88º 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 #B5D06A is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB181208106-
CMYK0.1300.490.18
HSL75.88º52.04%61.57%-
HSV(B)75.88º49.04%81.57%-
XYZ44.2155.9822.11-
YUV188.381.55122.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=36.57%
G=42.02%
B=21.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812081060.1300.490.1875.8852.0461.57
HexB5D06AD031124c343e
Octal26532015215061221146476
Binary1011010111010000110101011010110001100101001100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D06A; }

 p { color: rgb(181,208,106); }

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

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

 a { background-color: rgb(181,208,106); }

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

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

 span { border-color: rgb(181,208,106); }

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