#BABF8A

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

Shades of Pine Glade #BABF8A

Tints of Pine Glade #BABF8A

Color information

#BABF8A (or 0xBABF8A) is unknown color: approx Pine Glade. HEX triplet: BA, BF and 8A. RGB value is (186,191,138). Sum of RGB (Red+Green+Blue) = 186+191+138=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF8A is #454075. Grayscale: #B7B7B7. Windows color (decimal): -4538486 or 9093050. OLE color: 9093050.

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

Color convert

RGB186191138-
CMYK0.0300.280.25
HSL65.66º29.28%64.51%-
HSV(B)65.66º27.75%74.9%-
XYZ43.4749.5431.32-
YUV183.46102.34129.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.12%
GREEN value IS 191 (75% from 255) = 37.09%
BLUE value IS 138 (54.30% from 255) = 26.80%
R=36.12%
G=37.09%
B=26.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911380.0300.280.2565.6629.2864.51
HexBABF8A301C19421d41
Octal27227721230343110235101
Binary10111010101111111000101011011100110011000010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF8A; }

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

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

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

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

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

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

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

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