Html Css Color HEX #BAC596 Green Mist

📋 copy color: '#BAC596'

red 186 ◦ green 197 ◦ blue 150

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

Shades of Green Mist #BAC596

Tints of Green Mist #BAC596

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.96%

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

R = 34.9%
G = 36.96%
B = 28.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#BAC596 (or 0xBAC596) is known color: Green Mist. HEX triplet: BA, C5 and 96. RGB value is (186,197,150). Sum of RGB (Red+Green+Blue) = 186+197+150=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 150 (58.98% from 255 or 28.14% from 533); Max value from RGB is 197 - color contains mainly: green. Hex color #BAC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC596 is #453A69. Grayscale: #BCBCBC. Windows color (decimal): -4536938 or 9881018. OLE color: 9881018.

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

Color convert

RGB 186 197 150 -
CMYK 0.06 0 0.24 0.23
HSL 74.04º 0.29% 0.68% -
HSV(B) 74.04º 0.24% 0.77% -
XYZ 45.72 52.57 36.59 -
YUV 188.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 186 197 150 0.06 0 0.24 0.23 74.04 0.29 0.68
Hex BA C5 96 6 0 18 17 4A 1D 44
Octal 272 305 226 6 0 30 27 112 35 104
Binary 10111010 11000101 10010110 110 0 11000 10111 1001010 11101 1000100

Color Harmonies of #BAC596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC596

Black with #BAC596

Text Example


Text Example

White with #BAC596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC596; }

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

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

background-color css

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

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

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

border-color css

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

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

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