Html Css Color HEX #BAC393 Green Mist

📋 copy color: '#BAC393'

red 186 ◦ green 195 ◦ blue 147

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

Shades of Green Mist #BAC393

Tints of Green Mist #BAC393

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.93%

 BLUE value IS 147 (57.81% from 255) = 27.84%

R = 35.23%
G = 36.93%
B = 27.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#BAC393 (or 0xBAC393) is known color: Green Mist. HEX triplet: BA, C3 and 93. RGB value is (186,195,147). Sum of RGB (Red+Green+Blue) = 186+195+147=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC393 is #453C6C. Grayscale: #BBBBBB. Windows color (decimal): -4537453 or 9683898. OLE color: 9683898.

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

Color convert

RGB 186 195 147 -
CMYK 0.05 0 0.25 0.24
HSL 71.25º 0.29% 0.67% -
HSV(B) 71.25º 0.25% 0.76% -
XYZ 45.03 51.58 35.19 -
YUV 186.84 105.52 127.4 -
System Red Green Blue C M Y K H S L
Decimal 186 195 147 0.05 0 0.25 0.24 71.25 0.29 0.67
Hex BA C3 93 5 0 19 18 47 1D 43
Octal 272 303 223 5 0 31 30 107 35 103
Binary 10111010 11000011 10010011 101 0 11001 11000 1000111 11101 1000011

Color Harmonies of #BAC393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC393

Black with #BAC393

Text Example


Text Example

White with #BAC393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC393; }

 p { color: rgb(186,195,147); }

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

background-color css

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

 a { background-color: rgb(186,195,147); }

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

border-color css

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

 span { border-color: rgb(186,195,147); }

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