#BDC390

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

Shades of Green Mist #BDC390

Tints of Green Mist #BDC390

Color information

#BDC390 (or 0xBDC390) is unknown color: approx Green Mist. HEX triplet: BD, C3 and 90. RGB value is (189,195,144). Sum of RGB (Red+Green+Blue) = 189+195+144=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC390 is #423C6F. Grayscale: #BBBBBB. Windows color (decimal): -4340848 or 9487293. OLE color: 9487293.

HSL color Cylindrical-coordinate representation of color #BDC390: hue angle of 67.06º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC390 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB189195144-
CMYK0.0300.260.24
HSL67.06º29.82%66.47%-
HSV(B)67.06º26.15%76.47%-
XYZ45.5451.8634-
YUV187.39103.51129.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=35.80%
G=36.93%
B=27.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951440.0300.260.2467.0629.8266.47
HexBDC390301A18431e42
Octal27530322030323010336102
Binary10111101110000111001000011011010110001000011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC390; }

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

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

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

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

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

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

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

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