#BDBD90

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

Shades of Green Mist #BDBD90

Tints of Green Mist #BDBD90

Color information

#BDBD90 (or 0xBDBD90) is unknown color: approx Green Mist. HEX triplet: BD, BD and 90. RGB value is (189,189,144). Sum of RGB (Red+Green+Blue) = 189+189+144=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBD90 is #42426F. Grayscale: #B8B8B8. Windows color (decimal): -4342384 or 9485757. OLE color: 9485757.

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

Color convert

RGB189189144-
CMYK000.240.26
HSL60º25.42%65.29%-
HSV(B)60º23.81%74.12%-
XYZ44.2249.2333.56-
YUV183.87105.5131.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 189 (74.22% from 255) = 36.21%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=36.21%
G=36.21%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189189144000.240.266025.4265.29
HexBDBD9000181A3c1941
Octal2752752200030327431101
Binary101111011011110110010000001100011010111100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBD90; }

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

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

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

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

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

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

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

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