Html Css Color HEX #BABC8E Green Mist

📋 copy color: '#BABC8E'

red 186 ◦ green 188 ◦ blue 142

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

Shades of Green Mist #BABC8E

Tints of Green Mist #BABC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.52%

R = 36.05%
G = 36.43%
B = 27.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BABC8E (or 0xBABC8E) is known color: Green Mist. HEX triplet: BA, BC and 8E. RGB value is (186,188,142). Sum of RGB (Red+Green+Blue) = 186+188+142=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC8E is #454371. Grayscale: #B6B6B6. Windows color (decimal): -4539250 or 9354426. OLE color: 9354426.

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

Color convert

RGB 186 188 142 -
CMYK 0.01 0 0.24 0.26
HSL 62.61º 0.26% 0.65% -
HSV(B) 62.61º 0.24% 0.74% -
XYZ 43.12 48.36 32.65 -
YUV 182.16 105.34 130.74 -
System Red Green Blue C M Y K H S L
Decimal 186 188 142 0.01 0 0.24 0.26 62.61 0.26 0.65
Hex BA BC 8E 1 0 18 1A 3F 1A 41
Octal 272 274 216 1 0 30 32 77 32 101
Binary 10111010 10111100 10001110 1 0 11000 11010 111111 11010 1000001

Color Harmonies of #BABC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC8E

Black with #BABC8E

Text Example


Text Example

White with #BABC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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