#B5CC5B

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

Shades of Wild Willow #B5CC5B

Tints of Wild Willow #B5CC5B

Color information

#B5CC5B (or 0xB5CC5B) is unknown color: approx Wild Willow. HEX triplet: B5, CC and 5B. RGB value is (181,204,91). Sum of RGB (Red+Green+Blue) = 181+204+91=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CC5B is #4A33A4. Grayscale: #B8B8B8. Windows color (decimal): -4862885 or 6016181. OLE color: 6016181.

HSL color Cylindrical-coordinate representation of color #B5CC5B: hue angle of 72.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5CC5B is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB18120491-
CMYK0.1100.550.2
HSL72.21º52.56%57.84%-
HSV(B)72.21º55.39%80%-
XYZ42.5453.7618.03-
YUV184.2475.38125.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.03%
GREEN value IS 204 (80.08% from 255) = 42.86%
BLUE value IS 91 (35.94% from 255) = 19.12%
R=38.03%
G=42.86%
B=19.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181204910.1100.550.272.2152.5657.84
HexB5CC5BB0371448353a
Octal26531413313067241106572
Binary1011010111001100101101110110110111101001001000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CC5B; }

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

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

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

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

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

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

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

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