#B5C364

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

Shades of Wild Willow #B5C364

Tints of Wild Willow #B5C364

Color information

#B5C364 (or 0xB5C364) is unknown color: approx Wild Willow. HEX triplet: B5, C3 and 64. RGB value is (181,195,100). Sum of RGB (Red+Green+Blue) = 181+195+100=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C364 is #4A3C9B. Grayscale: #B4B4B4. Windows color (decimal): -4865180 or 6603701. OLE color: 6603701.

HSL color Cylindrical-coordinate representation of color #B5C364: hue angle of 68.84º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5C364 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB181195100-
CMYK0.0700.490.24
HSL68.84º44.19%57.84%-
HSV(B)68.84º48.72%76.47%-
XYZ40.8749.7719.51-
YUV179.9882.86128.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 195 (76.56% from 255) = 40.97%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=38.03%
G=40.97%
B=21.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811951000.0700.490.2468.8444.1957.84
HexB5C364703118452c3a
Octal2653031447061301055472
Binary101101011100001111001001110110001110001000101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C364; }

 p { color: rgb(181,195,100); }

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

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

 a { background-color: rgb(181,195,100); }

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

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

 span { border-color: rgb(181,195,100); }

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