Html Css Color HEX #BAC493 Green Mist

📋 copy color: '#BAC493'

red 186 ◦ green 196 ◦ blue 147

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

Shades of Green Mist #BAC493

Tints of Green Mist #BAC493

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.05%

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

R = 35.16%
G = 37.05%
B = 27.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#BAC493 (or 0xBAC493) is known color: Green Mist. HEX triplet: BA, C4 and 93. RGB value is (186,196,147). Sum of RGB (Red+Green+Blue) = 186+196+147=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC493 is #453B6C. Grayscale: #BBBBBB. Windows color (decimal): -4537197 or 9684154. OLE color: 9684154.

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

Color convert

RGB 186 196 147 -
CMYK 0.05 0 0.25 0.23
HSL 72.24º 0.29% 0.67% -
HSV(B) 72.24º 0.25% 0.77% -
XYZ 45.26 52.03 35.26 -
YUV 187.42 105.19 126.98 -
System Red Green Blue C M Y K H S L
Decimal 186 196 147 0.05 0 0.25 0.23 72.24 0.29 0.67
Hex BA C4 93 5 0 19 17 48 1D 43
Octal 272 304 223 5 0 31 27 110 35 103
Binary 10111010 11000100 10010011 101 0 11001 10111 1001000 11101 1000011

Color Harmonies of #BAC493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC493

Black with #BAC493

Text Example


Text Example

White with #BAC493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC493; }

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

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

background-color css

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

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

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

border-color css

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

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

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