#BDC39A

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

Shades of Green Mist #BDC39A

Tints of Green Mist #BDC39A

Color information

#BDC39A (or 0xBDC39A) is unknown color: approx Green Mist. HEX triplet: BD, C3 and 9A. RGB value is (189,195,154). Sum of RGB (Red+Green+Blue) = 189+195+154=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 154 (60.55% from 255 or 28.62% from 538); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC39A is #423C65. Grayscale: #BCBCBC. Windows color (decimal): -4340838 or 10142653. OLE color: 10142653.

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

Color convert

RGB189195154-
CMYK0.0300.210.24
HSL68.78º25.47%68.43%-
HSV(B)68.78º21.03%76.47%-
XYZ46.3352.1838.2-
YUV188.53108.51128.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.13%
GREEN value IS 195 (76.56% from 255) = 36.25%
BLUE value IS 154 (60.55% from 255) = 28.62%
R=35.13%
G=36.25%
B=28.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951540.0300.210.2468.7825.4768.43
HexBDC39A301518451944
Octal27530323230253010531104
Binary10111101110000111001101011010101110001000101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC39A; }

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

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

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

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

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

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

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

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