Html Css Color HEX #BABC9C Green Mist

📋 copy color: '#BABC9C'

red 186 ◦ green 188 ◦ blue 156

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

Shades of Green Mist #BABC9C

Tints of Green Mist #BABC9C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.47%

 BLUE value IS 156 (61.33% from 255) = 29.43%

R = 35.09%
G = 35.47%
B = 29.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BABC9C (or 0xBABC9C) is known color: Green Mist. HEX triplet: BA, BC and 9C. RGB value is (186,188,156). Sum of RGB (Red+Green+Blue) = 186+188+156=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 156 (61.33% from 255 or 29.43% from 530); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC9C is #454363. Grayscale: #B7B7B7. Windows color (decimal): -4539236 or 10271930. OLE color: 10271930.

HSL color Cylindrical-coordinate representation of color #BABC9C: hue angle of 63.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BABC9C is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 156 -
CMYK 0.01 0 0.17 0.26
HSL 63.75º 0.19% 0.67% -
HSV(B) 63.75º 0.17% 0.74% -
XYZ 44.23 48.81 38.54 -
YUV 183.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 186 188 156 0.01 0 0.17 0.26 63.75 0.19 0.67
Hex BA BC 9C 1 0 11 1A 40 13 43
Octal 272 274 234 1 0 21 32 100 23 103
Binary 10111010 10111100 10011100 1 0 10001 11010 1000000 10011 1000011

Color Harmonies of #BABC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC9C

Black with #BABC9C

Text Example


Text Example

White with #BABC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC9C; }

 p { color: rgb(186,188,156); }

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

background-color css

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

 a { background-color: rgb(186,188,156); }

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

border-color css

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

 span { border-color: rgb(186,188,156); }

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