Html Css Color HEX #BABC88 Pine Glade

📋 copy color: '#BABC88'

red 186 ◦ green 188 ◦ blue 136

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

Shades of Pine Glade #BABC88

Tints of Pine Glade #BABC88

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.86%

 BLUE value IS 136 (53.52% from 255) = 26.67%

R = 36.47%
G = 36.86%
B = 26.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BABC88 (or 0xBABC88) is known color: Pine Glade. HEX triplet: BA, BC and 88. RGB value is (186,188,136). Sum of RGB (Red+Green+Blue) = 186+188+136=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC88 is #454377. Grayscale: #B5B5B5. Windows color (decimal): -4539256 or 8961210. OLE color: 8961210.

HSL color Cylindrical-coordinate representation of color #BABC88: hue angle of 62.31º 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 #BABC88 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 136 -
CMYK 0.01 0 0.28 0.26
HSL 62.31º 0.28% 0.64% -
HSV(B) 62.31º 0.28% 0.74% -
XYZ 42.68 48.18 30.34 -
YUV 181.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 186 188 136 0.01 0 0.28 0.26 62.31 0.28 0.64
Hex BA BC 88 1 0 1C 1A 3E 1C 40
Octal 272 274 210 1 0 34 32 76 34 100
Binary 10111010 10111100 10001000 1 0 11100 11010 111110 11100 1000000

Color Harmonies of #BABC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC88

Black with #BABC88

Text Example


Text Example

White with #BABC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC88; }

 p { color: rgb(186,188,136); }

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

background-color css

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

 a { background-color: rgb(186,188,136); }

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

border-color css

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

 span { border-color: rgb(186,188,136); }

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