#BDBD8D

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

Shades of Green Mist #BDBD8D

Tints of Green Mist #BDBD8D

Color information

#BDBD8D (or 0xBDBD8D) is unknown color: approx Green Mist. HEX triplet: BD, BD and 8D. RGB value is (189,189,141). Sum of RGB (Red+Green+Blue) = 189+189+141=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD8D is #424272. Grayscale: #B7B7B7. Windows color (decimal): -4342387 or 9289149. OLE color: 9289149.

HSL color Cylindrical-coordinate representation of color #BDBD8D: hue angle of 60º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDBD8D is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB189189141-
CMYK000.250.26
HSL60º26.67%64.71%-
HSV(B)60º25.4%74.12%-
XYZ43.9949.1432.37-
YUV183.53104131.9-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 189 (74.22% from 255) = 36.42%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=36.42%
G=36.42%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189141000.250.266026.6764.71
HexBDBD8D00191A3c1b41
Octal2752752150031327433101
Binary101111011011110110001101001100111010111100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD8D; }

 p { color: rgb(189,189,141); }

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

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

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

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

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

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

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