#B5D05D

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

Shades of Wild Willow #B5D05D

Tints of Wild Willow #B5D05D

Color information

#B5D05D (or 0xB5D05D) is unknown color: approx Wild Willow. HEX triplet: B5, D0 and 5D. RGB value is (181,208,93). Sum of RGB (Red+Green+Blue) = 181+208+93=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D05D is #4A2FA2. Grayscale: #BBBBBB. Windows color (decimal): -4861859 or 6148277. OLE color: 6148277.

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

Color convert

RGB18120893-
CMYK0.1300.550.18
HSL74.09º55.02%59.02%-
HSV(B)74.09º55.29%81.57%-
XYZ43.5955.7318.81-
YUV186.8275.05123.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 208 (81.64% from 255) = 43.15%
BLUE value IS 93 (36.72% from 255) = 19.29%
R=37.55%
G=43.15%
B=19.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181208930.1300.550.1874.0955.0259.02
HexB5D05DD037124a373b
Octal26532013515067221126773
Binary1011010111010000101110111010110111100101001010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D05D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D05D; }

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

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

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

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

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

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

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

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