#BDC290

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

Shades of Green Mist #BDC290

Tints of Green Mist #BDC290

Color information

#BDC290 (or 0xBDC290) is unknown color: approx Green Mist. HEX triplet: BD, C2 and 90. RGB value is (189,194,144). Sum of RGB (Red+Green+Blue) = 189+194+144=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC290 is #423D6F. Grayscale: #BBBBBB. Windows color (decimal): -4341104 or 9487037. OLE color: 9487037.

HSL color Cylindrical-coordinate representation of color #BDC290: hue angle of 66º degrees, saturation: 0.29, 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 #BDC290 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB189194144-
CMYK0.0300.260.24
HSL66º29.07%66.27%-
HSV(B)66º25.77%76.08%-
XYZ45.3151.4233.92-
YUV186.8103.84129.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 194 (76.17% from 255) = 36.81%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=35.86%
G=36.81%
B=27.32%

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
Decimal1891941440.0300.260.246629.0766.27
HexBDC290301A18421d42
Octal27530222030323010235102
Binary10111101110000101001000011011010110001000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC290; }

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

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

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

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

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

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

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

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