Html Css Color HEX #BAC693 Green Mist

📋 copy color: '#BAC693'

red 186 ◦ green 198 ◦ blue 147

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

Shades of Green Mist #BAC693

Tints of Green Mist #BAC693

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.29%

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

R = 35.03%
G = 37.29%
B = 27.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#BAC693 (or 0xBAC693) is known color: Green Mist. HEX triplet: BA, C6 and 93. RGB value is (186,198,147). Sum of RGB (Red+Green+Blue) = 186+198+147=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC693 is #45396C. Grayscale: #BCBCBC. Windows color (decimal): -4536685 or 9684666. OLE color: 9684666.

HSL color Cylindrical-coordinate representation of color #BAC693: hue angle of 74.12º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAC693 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 147 -
CMYK 0.06 0 0.26 0.22
HSL 74.12º 0.31% 0.68% -
HSV(B) 74.12º 0.26% 0.78% -
XYZ 45.71 52.93 35.41 -
YUV 188.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 186 198 147 0.06 0 0.26 0.22 74.12 0.31 0.68
Hex BA C6 93 6 0 1A 16 4A 1F 44
Octal 272 306 223 6 0 32 26 112 37 104
Binary 10111010 11000110 10010011 110 0 11010 10110 1001010 11111 1000100

Color Harmonies of #BAC693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC693

Black with #BAC693

Text Example


Text Example

White with #BAC693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC693; }

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

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

background-color css

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

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

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

border-color css

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

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

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