#B8C292

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

Shades of Green Mist #B8C292

Tints of Green Mist #B8C292

Color information

#B8C292 (or 0xB8C292) is unknown color: approx Green Mist. HEX triplet: B8, C2 and 92. RGB value is (184,194,146). Sum of RGB (Red+Green+Blue) = 184+194+146=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C292 is #473D6D. Grayscale: #B9B9B9. Windows color (decimal): -4668782 or 9618104. OLE color: 9618104.

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

Color convert

RGB184194146-
CMYK0.0500.250.24
HSL72.5º28.24%66.67%-
HSV(B)72.5º24.74%76.08%-
XYZ44.2550.8534.68-
YUV185.54105.69126.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 194 (76.17% from 255) = 37.02%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=35.11%
G=37.02%
B=27.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841941460.0500.250.2472.528.2466.67
HexB8C292501918481c43
Octal27030222250313011034103
Binary101110001100001010010010101011001110001001000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C292; }

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

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

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

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

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

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

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

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