Html Css Color HEX #BABC80 Pine Glade

📋 copy color: '#BABC80'

red 186 ◦ green 188 ◦ blue 128

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

Shades of Pine Glade #BABC80

Tints of Pine Glade #BABC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.5%

R = 37.05%
G = 37.45%
B = 25.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BABC80 (or 0xBABC80) is known color: Pine Glade. HEX triplet: BA, BC and 80. RGB value is (186,188,128). Sum of RGB (Red+Green+Blue) = 186+188+128=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC80 is #45437F. Grayscale: #B4B4B4. Windows color (decimal): -4539264 or 8436922. OLE color: 8436922.

HSL color Cylindrical-coordinate representation of color #BABC80: hue angle of 62º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BABC80 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 128 -
CMYK 0.01 0 0.32 0.26
HSL 62º 0.31% 0.62% -
HSV(B) 62º 0.32% 0.74% -
XYZ 42.13 47.96 27.46 -
YUV 180.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 186 188 128 0.01 0 0.32 0.26 62 0.31 0.62
Hex BA BC 80 1 0 20 1A 3E 1F 3E
Octal 272 274 200 1 0 40 32 76 37 76
Binary 10111010 10111100 10000000 1 0 100000 11010 111110 11111 111110

Color Harmonies of #BABC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC80

Black with #BABC80

Text Example


Text Example

White with #BABC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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