Html Css Color HEX #BABB98 Green Mist

📋 copy color: '#BABB98'

red 186 ◦ green 187 ◦ blue 152

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

Shades of Green Mist #BABB98

Tints of Green Mist #BABB98

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.62%

 BLUE value IS 152 (59.77% from 255) = 28.95%

R = 35.43%
G = 35.62%
B = 28.95%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BABB98 (or 0xBABB98) is known color: Green Mist. HEX triplet: BA, BB and 98. RGB value is (186,187,152). Sum of RGB (Red+Green+Blue) = 186+187+152=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB98 is #454467. Grayscale: #B6B6B6. Windows color (decimal): -4539496 or 10009530. OLE color: 10009530.

HSL color Cylindrical-coordinate representation of color #BABB98: hue angle of 61.71º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BABB98 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 152 -
CMYK 0.01 0 0.19 0.27
HSL 61.71º 0.2% 0.66% -
HSV(B) 61.71º 0.19% 0.73% -
XYZ 43.69 48.25 36.72 -
YUV 182.71 110.67 130.35 -
System Red Green Blue C M Y K H S L
Decimal 186 187 152 0.01 0 0.19 0.27 61.71 0.2 0.66
Hex BA BB 98 1 0 13 1B 3E 14 42
Octal 272 273 230 1 0 23 33 76 24 102
Binary 10111010 10111011 10011000 1 0 10011 11011 111110 10100 1000010

Color Harmonies of #BABB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB98

Black with #BABB98

Text Example


Text Example

White with #BABB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB98; }

 p { color: rgb(186,187,152); }

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

background-color css

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

 a { background-color: rgb(186,187,152); }

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

border-color css

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

 span { border-color: rgb(186,187,152); }

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