#BABF73

Color #BABF73 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BABF73

Tints of Pine Glade #BABF73

Color information

#BABF73 (or 0xBABF73) is unknown color: approx Pine Glade. HEX triplet: BA, BF and 73. RGB value is (186,191,115). Sum of RGB (Red+Green+Blue) = 186+191+115=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF73 is #45408C. Grayscale: #B5B5B5. Windows color (decimal): -4538509 or 7585722. OLE color: 7585722.

HSL color Cylindrical-coordinate representation of color #BABF73: hue angle of 63.95º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BABF73 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB186191115-
CMYK0.0300.400.25
HSL63.95º37.25%60%-
HSV(B)63.95º39.79%74.9%-
XYZ41.9848.9423.45-
YUV180.8490.84131.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.80%
GREEN value IS 191 (75% from 255) = 38.82%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=37.80%
G=38.82%
B=23.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911150.0300.400.2563.9537.2560
HexBABF7330281940253c
Octal2722771633050311004574
Binary10111010101111111110011110101000110011000000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF73; }

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

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

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

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

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

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

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

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