#BABF7E

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

Shades of Pine Glade #BABF7E

Tints of Pine Glade #BABF7E

Color information

#BABF7E (or 0xBABF7E) is unknown color: approx Pine Glade. HEX triplet: BA, BF and 7E. RGB value is (186,191,126). Sum of RGB (Red+Green+Blue) = 186+191+126=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF7E is #454081. Grayscale: #B6B6B6. Windows color (decimal): -4538498 or 8306618. OLE color: 8306618.

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

Color convert

RGB186191126-
CMYK0.0300.340.25
HSL64.62º33.68%62.16%-
HSV(B)64.62º34.03%74.9%-
XYZ42.6549.2126.99-
YUV182.196.34130.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 191 (75% from 255) = 37.97%
BLUE value IS 126 (49.61% from 255) = 25.05%
R=36.98%
G=37.97%
B=25.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911260.0300.340.2564.6233.6862.16
HexBABF7E30221941223e
Octal2722771763042311014276
Binary10111010101111111111110110100010110011000001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF7E; }

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

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

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

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

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

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

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

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