#BDC28B

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

Shades of Green Mist #BDC28B

Tints of Green Mist #BDC28B

Color information

#BDC28B (or 0xBDC28B) is unknown color: approx Green Mist. HEX triplet: BD, C2 and 8B. RGB value is (189,194,139). Sum of RGB (Red+Green+Blue) = 189+194+139=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC28B is #423D74. Grayscale: #BABABA. Windows color (decimal): -4341109 or 9159357. OLE color: 9159357.

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

Color convert

RGB189194139-
CMYK0.0300.280.24
HSL65.45º31.07%65.29%-
HSV(B)65.45º28.35%76.08%-
XYZ44.9451.2731.95-
YUV186.24101.34129.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 194 (76.17% from 255) = 37.16%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=36.21%
G=37.16%
B=26.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941390.0300.280.2465.4531.0765.29
HexBDC28B301C18411f41
Octal27530221330343010137101
Binary10111101110000101000101111011100110001000001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC28B; }

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

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

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

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

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

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

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

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