#BDC18E

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

Shades of Green Mist #BDC18E

Tints of Green Mist #BDC18E

Color information

#BDC18E (or 0xBDC18E) is unknown color: approx Green Mist. HEX triplet: BD, C1 and 8E. RGB value is (189,193,142). Sum of RGB (Red+Green+Blue) = 189+193+142=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 193 (75.78% from 255 or 36.83% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC18E is #423E71. Grayscale: #BABABA. Windows color (decimal): -4341362 or 9355709. OLE color: 9355709.

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

Color convert

RGB189193142-
CMYK0.0200.260.24
HSL64.71º29.14%65.69%-
HSV(B)64.71º26.42%75.69%-
XYZ44.9450.9133.05-
YUV185.99103.17130.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 193 (75.78% from 255) = 36.83%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=36.07%
G=36.83%
B=27.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931420.0200.260.2464.7129.1465.69
HexBDC18E201A18411d42
Octal27530121620323010135102
Binary10111101110000011000111010011010110001000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC18E; }

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

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

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

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

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

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

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

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