#BDC299

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

Shades of Green Mist #BDC299

Tints of Green Mist #BDC299

Color information

#BDC299 (or 0xBDC299) is unknown color: approx Green Mist. HEX triplet: BD, C2 and 99. RGB value is (189,194,153). Sum of RGB (Red+Green+Blue) = 189+194+153=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 194 (76.17% from 255 or 36.19% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC299 is #423D66. Grayscale: #BBBBBB. Windows color (decimal): -4341095 or 10076861. OLE color: 10076861.

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

Color convert

RGB189194153-
CMYK0.0300.210.24
HSL67.32º25.15%68.04%-
HSV(B)67.32º21.13%76.08%-
XYZ46.0351.737.69-
YUV187.83108.34128.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 194 (76.17% from 255) = 36.19%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=35.26%
G=36.19%
B=28.54%

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
Decimal1891941530.0300.210.2467.3225.1568.04
HexBDC299301518431944
Octal27530223130253010331104
Binary10111101110000101001100111010101110001000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC299; }

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

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

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

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

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

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

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

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