#BDBE98

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

Shades of Green Mist #BDBE98

Tints of Green Mist #BDBE98

Color information

#BDBE98 (or 0xBDBE98) is unknown color: approx Green Mist. HEX triplet: BD, BE and 98. RGB value is (189,190,152). Sum of RGB (Red+Green+Blue) = 189+190+152=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBE98 is #424167. Grayscale: #B9B9B9. Windows color (decimal): -4342120 or 10010301. OLE color: 10010301.

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

Color convert

RGB189190152-
CMYK0.0100.20.25
HSL61.58º22.62%67.06%-
HSV(B)61.58º20%74.51%-
XYZ45.0749.9136.96-
YUV185.37109.17130.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=35.59%
G=35.78%
B=28.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901520.0100.20.2561.5822.6267.06
HexBDBE981014193e1743
Octal2752762301024317627103
Binary101111011011111010011000101010011001111110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE98; }

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

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

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

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

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

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

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

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