#B4CC61

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

Shades of Wild Willow #B4CC61

Tints of Wild Willow #B4CC61

Color information

#B4CC61 (or 0xB4CC61) is unknown color: approx Wild Willow. HEX triplet: B4, CC and 61. RGB value is (180,204,97). Sum of RGB (Red+Green+Blue) = 180+204+97=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CC61 is #4B339E. Grayscale: #B9B9B9. Windows color (decimal): -4928415 or 6409396. OLE color: 6409396.

HSL color Cylindrical-coordinate representation of color #B4CC61: hue angle of 73.46º 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 #B4CC61 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB18020497-
CMYK0.1200.520.2
HSL73.46º51.2%59.02%-
HSV(B)73.46º52.45%80%-
XYZ42.5753.7519.44-
YUV184.6378.55124.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 204 (80.08% from 255) = 42.41%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=37.42%
G=42.41%
B=20.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180204970.1200.520.273.4651.259.02
HexB4CC61C0341449333b
Octal26431414114064241116373
Binary1011010011001100110000111000110100101001001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CC61; }

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

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

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

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

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

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

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

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