#BDBF90

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

Shades of Green Mist #BDBF90

Tints of Green Mist #BDBF90

Color information

#BDBF90 (or 0xBDBF90) is unknown color: approx Green Mist. HEX triplet: BD, BF and 90. RGB value is (189,191,144). Sum of RGB (Red+Green+Blue) = 189+191+144=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF90 is #42406F. Grayscale: #B9B9B9. Windows color (decimal): -4341872 or 9486269. OLE color: 9486269.

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

Color convert

RGB189191144-
CMYK0.0100.250.25
HSL62.55º26.86%65.69%-
HSV(B)62.55º24.61%74.9%-
XYZ44.6550.0933.7-
YUV185.04104.84130.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 144 (56.64% from 255) = 27.48%
R=36.07%
G=36.45%
B=27.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911440.0100.250.2562.5526.8665.69
HexBDBF901019193f1b42
Octal2752772201031317733102
Binary101111011011111110010000101100111001111111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF90; }

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

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

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

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

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

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

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

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