#BABE98

Color #BABE98 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BABE98

Tints of Green Mist #BABE98

Color information

#BABE98 (or 0xBABE98) is unknown color: approx Green Mist. HEX triplet: BA, BE and 98. RGB value is (186,190,152). Sum of RGB (Red+Green+Blue) = 186+190+152=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABE98 is #454167. Grayscale: #B8B8B8. Windows color (decimal): -4538728 or 10010298. OLE color: 10010298.

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

Color convert

RGB186190152-
CMYK0.0200.20.25
HSL66.32º22.62%67.06%-
HSV(B)66.32º20%74.51%-
XYZ44.3349.5336.93-
YUV184.47109.67129.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=35.23%
G=35.98%
B=28.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861901520.0200.20.2566.3222.6267.06
HexBABE98201419421743
Octal27227623020243110227103
Binary10111010101111101001100010010100110011000010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE98; }

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

 H1.HeaderClassName
 {
   color: #BABE98;
 }
 .AnyTagClassName
 {
   color: #BABE98;
 }
</style>
background-color css

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

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

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

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

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

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