#BDC18B

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

Shades of Green Mist #BDC18B

Tints of Green Mist #BDC18B

Color information

#BDC18B (or 0xBDC18B) is unknown color: approx Green Mist. HEX triplet: BD, C1 and 8B. RGB value is (189,193,139). Sum of RGB (Red+Green+Blue) = 189+193+139=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC18B is #423E74. Grayscale: #B9B9B9. Windows color (decimal): -4341365 or 9159101. OLE color: 9159101.

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

Color convert

RGB189193139-
CMYK0.0200.280.24
HSL64.44º30.34%65.1%-
HSV(B)64.44º27.98%75.69%-
XYZ44.7250.8231.88-
YUV185.65101.67130.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 193 (75.78% from 255) = 37.04%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=36.28%
G=37.04%
B=26.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931390.0200.280.2464.4430.3465.1
HexBDC18B201C18401e41
Octal27530121320343010036101
Binary10111101110000011000101110011100110001000000111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC18B; }

 p { color: rgb(189,193,139); }

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

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

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

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

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

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

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