Html Css Color HEX #BAC396 Green Mist

📋 copy color: '#BAC396'

red 186 ◦ green 195 ◦ blue 150

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

Shades of Green Mist #BAC396

Tints of Green Mist #BAC396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.25%

R = 35.03%
G = 36.72%
B = 28.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#BAC396 (or 0xBAC396) is known color: Green Mist. HEX triplet: BA, C3 and 96. RGB value is (186,195,150). Sum of RGB (Red+Green+Blue) = 186+195+150=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC396 is #453C69. Grayscale: #BBBBBB. Windows color (decimal): -4537450 or 9880506. OLE color: 9880506.

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

Color convert

RGB 186 195 150 -
CMYK 0.05 0 0.23 0.24
HSL 72º 0.27% 0.68% -
HSV(B) 72º 0.23% 0.76% -
XYZ 45.27 51.67 36.44 -
YUV 187.18 107.02 127.16 -
System Red Green Blue C M Y K H S L
Decimal 186 195 150 0.05 0 0.23 0.24 72 0.27 0.68
Hex BA C3 96 5 0 17 18 48 1B 44
Octal 272 303 226 5 0 27 30 110 33 104
Binary 10111010 11000011 10010110 101 0 10111 11000 1001000 11011 1000100

Color Harmonies of #BAC396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC396

Black with #BAC396

Text Example


Text Example

White with #BAC396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC396; }

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

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

background-color css

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

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

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

border-color css

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

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

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