#B7BF9A

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

Shades of Green Mist #B7BF9A

Tints of Green Mist #B7BF9A

Color information

#B7BF9A (or 0xB7BF9A) is unknown color: approx Green Mist. HEX triplet: B7, BF and 9A. RGB value is (183,191,154). Sum of RGB (Red+Green+Blue) = 183+191+154=528 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.66% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BF9A is #484065. Grayscale: #B8B8B8. Windows color (decimal): -4735078 or 10141623. OLE color: 10141623.

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

Color convert

RGB183191154-
CMYK0.0400.190.25
HSL72.97º22.42%67.65%-
HSV(B)72.97º19.37%74.9%-
XYZ43.9949.6637.84-
YUV184.39110.85127.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.66%
GREEN value IS 191 (75% from 255) = 36.17%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=34.66%
G=36.17%
B=29.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1831911540.0400.190.2572.9722.4267.65
HexB7BF9A401319491644
Octal26727723240233111126104
Binary101101111011111110011010100010011110011001001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BF9A; }

 p { color: rgb(183,191,154); }

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

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

 a { background-color: rgb(183,191,154); }

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

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

 span { border-color: rgb(183,191,154); }

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