#B5C55B

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

Shades of Wild Willow #B5C55B

Tints of Wild Willow #B5C55B

Color information

#B5C55B (or 0xB5C55B) is unknown color: approx Wild Willow. HEX triplet: B5, C5 and 5B. RGB value is (181,197,91). Sum of RGB (Red+Green+Blue) = 181+197+91=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 91 (35.94% from 255 or 19.40% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C55B is #4A3AA4. Grayscale: #B4B4B4. Windows color (decimal): -4864677 or 6014389. OLE color: 6014389.

HSL color Cylindrical-coordinate representation of color #B5C55B: hue angle of 69.06º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5C55B is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB18119791-
CMYK0.0800.540.23
HSL69.06º47.75%56.47%-
HSV(B)69.06º53.81%77.25%-
XYZ40.9150.5117.49-
YUV180.1377.7128.62-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 91 (35.94% from 255) = 19.40%
R=38.59%
G=42.00%
B=19.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181197910.0800.540.2369.0647.7556.47
HexB5C55B803617453038
Octal26530513310066271056070
Binary1011010111000101101101110000110110101111000101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C55B; }

 p { color: rgb(181,197,91); }

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

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

 a { background-color: rgb(181,197,91); }

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

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

 span { border-color: rgb(181,197,91); }

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