#BABF62

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

Shades of Wild Willow #BABF62

Tints of Wild Willow #BABF62

Color information

#BABF62 (or 0xBABF62) is unknown color: approx Wild Willow. HEX triplet: BA, BF and 62. RGB value is (186,191,98). Sum of RGB (Red+Green+Blue) = 186+191+98=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 98 (38.67% from 255 or 20.63% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF62 is #45409D. Grayscale: #B3B3B3. Windows color (decimal): -4538526 or 6471610. OLE color: 6471610.

HSL color Cylindrical-coordinate representation of color #BABF62: hue angle of 63.23º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BABF62 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB18619198-
CMYK0.0300.490.25
HSL63.23º42.08%56.67%-
HSV(B)63.23º48.69%74.9%-
XYZ41.0948.5818.77-
YUV178.982.34133.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 98 (38.67% from 255) = 20.63%
R=39.16%
G=40.21%
B=20.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191980.0300.490.2563.2342.0856.67
HexBABF623031193f2a39
Octal272277142306131775271
Binary1011101010111111110001011011000111001111111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF62; }

 p { color: rgb(186,191,98); }

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

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

 a { background-color: rgb(186,191,98); }

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

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

 span { border-color: rgb(186,191,98); }

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