#BEBF98

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

Shades of Green Mist #BEBF98

Tints of Green Mist #BEBF98

Color information

#BEBF98 (or 0xBEBF98) is unknown color: approx Green Mist. HEX triplet: BE, BF and 98. RGB value is (190,191,152). Sum of RGB (Red+Green+Blue) = 190+191+152=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBF98 is #414067. Grayscale: #BABABA. Windows color (decimal): -4276328 or 10010558. OLE color: 10010558.

HSL color Cylindrical-coordinate representation of color #BEBF98: hue angle of 61.54º 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 #BEBF98 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB190191152-
CMYK0.0100.200.25
HSL61.54º23.35%67.25%-
HSV(B)61.54º20.42%74.9%-
XYZ45.5350.4837.05-
YUV186.26108.67130.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 152 (59.77% from 255) = 28.52%
R=35.65%
G=35.83%
B=28.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901911520.0100.200.2561.5423.3567.25
HexBEBF981014193e1743
Octal2762772301024317627103
Binary101111101011111110011000101010011001111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF98; }

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

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

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

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

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

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

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

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