Html Css Color HEX #BABF89 Pine Glade

📋 copy color: '#BABF89'

red 186 ◦ green 191 ◦ blue 137

#BABF89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #BABF89

Tints of Pine Glade #BABF89

RGB

 RED value IS 186 (73.05% from 255) = 36.19%

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 137 (53.91% from 255) = 26.65%

R = 36.19%
G = 37.16%
B = 26.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BABF89 (or 0xBABF89) is known color: Pine Glade. HEX triplet: BA, BF and 89. RGB value is (186,191,137). Sum of RGB (Red+Green+Blue) = 186+191+137=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABF89 is #454076. Grayscale: #B7B7B7. Windows color (decimal): -4538487 or 9027514. OLE color: 9027514.

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

Color convert

RGB 186 191 137 -
CMYK 0.03 0 0.28 0.25
HSL 65.56º 0.3% 0.64% -
HSV(B) 65.56º 0.28% 0.75% -
XYZ 43.4 49.51 30.94 -
YUV 183.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 186 191 137 0.03 0 0.28 0.25 65.56 0.3 0.64
Hex BA BF 89 3 0 1C 19 42 1E 40
Octal 272 277 211 3 0 34 31 102 36 100
Binary 10111010 10111111 10001001 11 0 11100 11001 1000010 11110 1000000

Color Harmonies of #BABF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABF89

Black with #BABF89

Text Example


Text Example

White with #BABF89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABF89; }

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

 H1.HeaderClassName
 {
   color: #BABF89;
 }
 .AnyTagClassName
 {
   color: #BABF89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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