#B5D265

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

Shades of Wild Willow #B5D265

Tints of Wild Willow #B5D265

Color information

#B5D265 (or 0xB5D265) is unknown color: approx Wild Willow. HEX triplet: B5, D2 and 65. RGB value is (181,210,101). Sum of RGB (Red+Green+Blue) = 181+210+101=492 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.79% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 101 (39.84% from 255 or 20.53% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D265 is #4A2D9A. Grayscale: #BDBDBD. Windows color (decimal): -4861339 or 6673077. OLE color: 6673077.

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

Color convert

RGB181210101-
CMYK0.1400.520.18
HSL75.96º54.77%60.98%-
HSV(B)75.96º51.9%82.35%-
XYZ44.4556.8620.94-
YUV188.978.39122.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.79%
GREEN value IS 210 (82.42% from 255) = 42.68%
BLUE value IS 101 (39.84% from 255) = 20.53%
R=36.79%
G=42.68%
B=20.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1812101010.1400.520.1875.9654.7760.98
HexB5D265E034124c373d
Octal26532214516064221146775
Binary1011010111010010110010111100110100100101001100110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D265; }

 p { color: rgb(181,210,101); }

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

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

 a { background-color: rgb(181,210,101); }

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

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

 span { border-color: rgb(181,210,101); }

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