Html Css Color HEX #BABB8A Pine Glade

📋 copy color: '#BABB8A'

red 186 ◦ green 187 ◦ blue 138

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

Shades of Pine Glade #BABB8A

Tints of Pine Glade #BABB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.01%

R = 36.4%
G = 36.59%
B = 27.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BABB8A (or 0xBABB8A) is known color: Pine Glade. HEX triplet: BA, BB and 8A. RGB value is (186,187,138). Sum of RGB (Red+Green+Blue) = 186+187+138=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB8A is #454475. Grayscale: #B5B5B5. Windows color (decimal): -4539510 or 9092026. OLE color: 9092026.

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

Color convert

RGB 186 187 138 -
CMYK 0.01 0 0.26 0.27
HSL 61.22º 0.26% 0.64% -
HSV(B) 61.22º 0.26% 0.73% -
XYZ 42.61 47.81 31.03 -
YUV 181.12 103.67 131.48 -
System Red Green Blue C M Y K H S L
Decimal 186 187 138 0.01 0 0.26 0.27 61.22 0.26 0.64
Hex BA BB 8A 1 0 1A 1B 3D 1A 40
Octal 272 273 212 1 0 32 33 75 32 100
Binary 10111010 10111011 10001010 1 0 11010 11011 111101 11010 1000000

Color Harmonies of #BABB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB8A

Black with #BABB8A

Text Example


Text Example

White with #BABB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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