#BABF83

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

Shades of Pine Glade #BABF83

Tints of Pine Glade #BABF83

Color information

#BABF83 (or 0xBABF83) is unknown color: approx Pine Glade. HEX triplet: BA, BF and 83. RGB value is (186,191,131). Sum of RGB (Red+Green+Blue) = 186+191+131=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF83 is #45407C. Grayscale: #B6B6B6. Windows color (decimal): -4538493 or 8634298. OLE color: 8634298.

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

Color convert

RGB186191131-
CMYK0.0300.310.25
HSL65º31.91%63.14%-
HSV(B)65º31.41%74.9%-
XYZ42.9849.3428.73-
YUV182.6698.84130.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 131 (51.56% from 255) = 25.79%
R=36.61%
G=37.60%
B=25.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861911310.0300.310.256531.9163.14
HexBABF83301F1941203f
Octal2722772033037311014077
Binary10111010101111111000001111011111110011000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF83; }

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

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

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

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

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

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

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

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