Html Css Color HEX #BABE8C Green Mist

📋 copy color: '#BABE8C'

red 186 ◦ green 190 ◦ blue 140

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

Shades of Green Mist #BABE8C

Tints of Green Mist #BABE8C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.82%

 BLUE value IS 140 (55.08% from 255) = 27.13%

R = 36.05%
G = 36.82%
B = 27.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BABE8C (or 0xBABE8C) is known color: Green Mist. HEX triplet: BA, BE and 8C. RGB value is (186,190,140). Sum of RGB (Red+Green+Blue) = 186+190+140=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABE8C is #454173. Grayscale: #B7B7B7. Windows color (decimal): -4538740 or 9223866. OLE color: 9223866.

HSL color Cylindrical-coordinate representation of color #BABE8C: hue angle of 64.8º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BABE8C is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 190 140 -
CMYK 0.02 0 0.26 0.25
HSL 64.8º 0.28% 0.65% -
HSV(B) 64.8º 0.26% 0.75% -
XYZ 43.4 49.16 32.01 -
YUV 183.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 186 190 140 0.02 0 0.26 0.25 64.8 0.28 0.65
Hex BA BE 8C 2 0 1A 19 41 1C 41
Octal 272 276 214 2 0 32 31 101 34 101
Binary 10111010 10111110 10001100 10 0 11010 11001 1000001 11100 1000001

Color Harmonies of #BABE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABE8C

Black with #BABE8C

Text Example


Text Example

White with #BABE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABE8C; }

 p { color: rgb(186,190,140); }

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

background-color css

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

 a { background-color: rgb(186,190,140); }

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

border-color css

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

 span { border-color: rgb(186,190,140); }

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