#B7D360

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

Shades of Wild Willow #B7D360

Tints of Wild Willow #B7D360

Color information

#B7D360 (or 0xB7D360) is unknown color: approx Wild Willow. HEX triplet: B7, D3 and 60. RGB value is (183,211,96). Sum of RGB (Red+Green+Blue) = 183+211+96=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7D360 is #482C9F. Grayscale: #BDBDBD. Windows color (decimal): -4730016 or 6345655. OLE color: 6345655.

HSL color Cylindrical-coordinate representation of color #B7D360: hue angle of 74.61º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7D360 is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB18321196-
CMYK0.1300.550.17
HSL74.61º56.65%60.2%-
HSV(B)74.61º54.5%82.75%-
XYZ44.9357.519.8-
YUV189.5275.22123.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 211 (82.81% from 255) = 43.06%
BLUE value IS 96 (37.89% from 255) = 19.59%
R=37.35%
G=43.06%
B=19.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal183211960.1300.550.1774.6156.6560.2
HexB7D360D037114b393c
Octal26732314015067211137174
Binary1011011111010011110000011010110111100011001011111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D360; }

 p { color: rgb(183,211,96); }

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

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

 a { background-color: rgb(183,211,96); }

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

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

 span { border-color: rgb(183,211,96); }

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