Html Css Color HEX #BABB89 Pine Glade

📋 copy color: '#BABB89'

red 186 ◦ green 187 ◦ blue 137

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

Shades of Pine Glade #BABB89

Tints of Pine Glade #BABB89

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.67%

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

R = 36.47%
G = 36.67%
B = 26.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BABB89 (or 0xBABB89) is known color: Pine Glade. HEX triplet: BA, BB and 89. RGB value is (186,187,137). Sum of RGB (Red+Green+Blue) = 186+187+137=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB89 is #454476. Grayscale: #B5B5B5. Windows color (decimal): -4539511 or 9026490. OLE color: 9026490.

HSL color Cylindrical-coordinate representation of color #BABB89: hue angle of 61.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BABB89 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 137 -
CMYK 0.01 0 0.27 0.27
HSL 61.2º 0.27% 0.64% -
HSV(B) 61.2º 0.27% 0.73% -
XYZ 42.54 47.79 30.65 -
YUV 181 103.17 131.57 -
System Red Green Blue C M Y K H S L
Decimal 186 187 137 0.01 0 0.27 0.27 61.2 0.27 0.64
Hex BA BB 89 1 0 1B 1B 3D 1B 40
Octal 272 273 211 1 0 33 33 75 33 100
Binary 10111010 10111011 10001001 1 0 11011 11011 111101 11011 1000000

Color Harmonies of #BABB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB89

Black with #BABB89

Text Example


Text Example

White with #BABB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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