#B8C28D

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

Shades of Green Mist #B8C28D

Tints of Green Mist #B8C28D

Color information

#B8C28D (or 0xB8C28D) is unknown color: approx Green Mist. HEX triplet: B8, C2 and 8D. RGB value is (184,194,141). Sum of RGB (Red+Green+Blue) = 184+194+141=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 194 (76.17% from 255 or 37.38% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C28D is #473D72. Grayscale: #B9B9B9. Windows color (decimal): -4668787 or 9290424. OLE color: 9290424.

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

Color convert

RGB184194141-
CMYK0.0500.270.24
HSL71.32º30.29%65.69%-
HSV(B)71.32º27.32%76.08%-
XYZ43.8750.732.67-
YUV184.97103.19127.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 194 (76.17% from 255) = 37.38%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=35.45%
G=37.38%
B=27.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841941410.0500.270.2471.3230.2965.69
HexB8C28D501B18471e42
Octal27030221550333010736102
Binary101110001100001010001101101011011110001000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C28D; }

 p { color: rgb(184,194,141); }

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

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

 a { background-color: rgb(184,194,141); }

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

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

 span { border-color: rgb(184,194,141); }

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