#BDBF99

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

Shades of Green Mist #BDBF99

Tints of Green Mist #BDBF99

Color information

#BDBF99 (or 0xBDBF99) is unknown color: approx Green Mist. HEX triplet: BD, BF and 99. RGB value is (189,191,153). Sum of RGB (Red+Green+Blue) = 189+191+153=533 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.46% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 153 (60.16% from 255 or 28.71% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF99 is #424066. Grayscale: #BABABA. Windows color (decimal): -4341863 or 10076093. OLE color: 10076093.

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

Color convert

RGB189191153-
CMYK0.0100.200.25
HSL63.16º22.89%67.45%-
HSV(B)63.16º19.9%74.9%-
XYZ45.3750.3837.47-
YUV186.07109.34130.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.46%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 153 (60.16% from 255) = 28.71%
R=35.46%
G=35.83%
B=28.71%

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
Decimal1891911530.0100.200.2563.1622.8967.45
HexBDBF991014193f1743
Octal2752772311024317727103
Binary101111011011111110011001101010011001111111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF99; }

 p { color: rgb(189,191,153); }

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

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

 a { background-color: rgb(189,191,153); }

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

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

 span { border-color: rgb(189,191,153); }

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