Html Css Color HEX #BABC8C Green Mist

📋 copy color: '#BABC8C'

red 186 ◦ green 188 ◦ blue 140

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

Shades of Green Mist #BABC8C

Tints of Green Mist #BABC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.24%

R = 36.19%
G = 36.58%
B = 27.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BABC8C (or 0xBABC8C) is known color: Green Mist. HEX triplet: BA, BC and 8C. RGB value is (186,188,140). Sum of RGB (Red+Green+Blue) = 186+188+140=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC8C is #454373. Grayscale: #B6B6B6. Windows color (decimal): -4539252 or 9223354. OLE color: 9223354.

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

Color convert

RGB 186 188 140 -
CMYK 0.01 0 0.26 0.26
HSL 62.5º 0.26% 0.64% -
HSV(B) 62.5º 0.26% 0.74% -
XYZ 42.97 48.3 31.87 -
YUV 181.93 104.34 130.9 -
System Red Green Blue C M Y K H S L
Decimal 186 188 140 0.01 0 0.26 0.26 62.5 0.26 0.64
Hex BA BC 8C 1 0 1A 1A 3F 1A 40
Octal 272 274 214 1 0 32 32 77 32 100
Binary 10111010 10111100 10001100 1 0 11010 11010 111111 11010 1000000

Color Harmonies of #BABC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC8C

Black with #BABC8C

Text Example


Text Example

White with #BABC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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