#B8BE9A

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

Shades of Green Mist #B8BE9A

Tints of Green Mist #B8BE9A

Color information

#B8BE9A (or 0xB8BE9A) is unknown color: approx Green Mist. HEX triplet: B8, BE and 9A. RGB value is (184,190,154). Sum of RGB (Red+Green+Blue) = 184+190+154=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BE9A is #474165. Grayscale: #B8B8B8. Windows color (decimal): -4669798 or 10141368. OLE color: 10141368.

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

Color convert

RGB184190154-
CMYK0.0300.190.25
HSL70º21.69%67.45%-
HSV(B)70º18.95%74.51%-
XYZ44.0149.3537.78-
YUV184.1111.01127.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.85%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=34.85%
G=35.98%
B=29.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841901540.0300.190.257021.6967.45
HexB8BE9A301319461643
Octal27027623230233110626103
Binary10111000101111101001101011010011110011000110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BE9A; }

 p { color: rgb(184,190,154); }

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

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

 a { background-color: rgb(184,190,154); }

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

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

 span { border-color: rgb(184,190,154); }

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