#B4CA61

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

Shades of Wild Willow #B4CA61

Tints of Wild Willow #B4CA61

Color information

#B4CA61 (or 0xB4CA61) is unknown color: approx Wild Willow. HEX triplet: B4, CA and 61. RGB value is (180,202,97). Sum of RGB (Red+Green+Blue) = 180+202+97=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4CA61 is #4B359E. Grayscale: #B7B7B7. Windows color (decimal): -4928927 or 6408884. OLE color: 6408884.

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

Color convert

RGB18020297-
CMYK0.1100.520.21
HSL72.57º49.76%58.63%-
HSV(B)72.57º51.98%79.22%-
XYZ42.152.8119.28-
YUV183.4579.21125.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=37.58%
G=42.17%
B=20.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180202970.1100.520.2172.5749.7658.63
HexB4CA61B0341549323b
Octal26431214113064251116273
Binary1011010011001010110000110110110100101011001001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA61; }

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

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

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

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

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

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

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

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