Html Css Color HEX #BAC198 Green Mist

📋 copy color: '#BAC198'

red 186 ◦ green 193 ◦ blue 152

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

Shades of Green Mist #BAC198

Tints of Green Mist #BAC198

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.35%

 BLUE value IS 152 (59.77% from 255) = 28.63%

R = 35.03%
G = 36.35%
B = 28.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#BAC198 (or 0xBAC198) is known color: Green Mist. HEX triplet: BA, C1 and 98. RGB value is (186,193,152). Sum of RGB (Red+Green+Blue) = 186+193+152=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC198 is #453E67. Grayscale: #BABABA. Windows color (decimal): -4537960 or 10011066. OLE color: 10011066.

HSL color Cylindrical-coordinate representation of color #BAC198: hue angle of 70.24º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAC198 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 152 -
CMYK 0.04 0 0.21 0.24
HSL 70.24º 0.25% 0.68% -
HSV(B) 70.24º 0.21% 0.76% -
XYZ 44.99 50.85 37.15 -
YUV 186.23 108.68 127.83 -
System Red Green Blue C M Y K H S L
Decimal 186 193 152 0.04 0 0.21 0.24 70.24 0.25 0.68
Hex BA C1 98 4 0 15 18 46 19 44
Octal 272 301 230 4 0 25 30 106 31 104
Binary 10111010 11000001 10011000 100 0 10101 11000 1000110 11001 1000100

Color Harmonies of #BAC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC198

Black with #BAC198

Text Example


Text Example

White with #BAC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC198; }

 p { color: rgb(186,193,152); }

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

background-color css

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

 a { background-color: rgb(186,193,152); }

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

border-color css

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

 span { border-color: rgb(186,193,152); }

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