#B5CC61

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

Shades of Wild Willow #B5CC61

Tints of Wild Willow #B5CC61

Color information

#B5CC61 (or 0xB5CC61) is unknown color: approx Wild Willow. HEX triplet: B5, CC and 61. RGB value is (181,204,97). Sum of RGB (Red+Green+Blue) = 181+204+97=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5CC61 is #4A339E. Grayscale: #B9B9B9. Windows color (decimal): -4862879 or 6409397. OLE color: 6409397.

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

Color convert

RGB18120497-
CMYK0.1100.520.2
HSL72.9º51.2%59.02%-
HSV(B)72.9º52.45%80%-
XYZ42.8153.8719.45-
YUV184.9278.38125.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=37.55%
G=42.32%
B=20.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal181204970.1100.520.272.951.259.02
HexB5CC61B0341449333b
Octal26531414113064241116373
Binary1011010111001100110000110110110100101001001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CC61; }

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

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

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

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

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

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

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

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