Html Css Color HEX #BABD89 Pine Glade

📋 copy color: '#BABD89'

red 186 ◦ green 189 ◦ blue 137

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

Shades of Pine Glade #BABD89

Tints of Pine Glade #BABD89

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 36.33%
G = 36.91%
B = 26.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BABD89 (or 0xBABD89) is known color: Pine Glade. HEX triplet: BA, BD and 89. RGB value is (186,189,137). Sum of RGB (Red+Green+Blue) = 186+189+137=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD89 is #454276. Grayscale: #B6B6B6. Windows color (decimal): -4538999 or 9027002. OLE color: 9027002.

HSL color Cylindrical-coordinate representation of color #BABD89: hue angle of 63.46º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BABD89 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 137 -
CMYK 0.02 0 0.28 0.26
HSL 63.46º 0.28% 0.64% -
HSV(B) 63.46º 0.28% 0.74% -
XYZ 42.96 48.64 30.79 -
YUV 182.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 186 189 137 0.02 0 0.28 0.26 63.46 0.28 0.64
Hex BA BD 89 2 0 1C 1A 3F 1C 40
Octal 272 275 211 2 0 34 32 77 34 100
Binary 10111010 10111101 10001001 10 0 11100 11010 111111 11100 1000000

Color Harmonies of #BABD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD89

Black with #BABD89

Text Example


Text Example

White with #BABD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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