#B7C294

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

Shades of Green Mist #B7C294

Tints of Green Mist #B7C294

Color information

#B7C294 (or 0xB7C294) is unknown color: approx Green Mist. HEX triplet: B7, C2 and 94. RGB value is (183,194,148). Sum of RGB (Red+Green+Blue) = 183+194+148=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #B7C294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7C294 is #483D6B. Grayscale: #B9B9B9. Windows color (decimal): -4734316 or 9749175. OLE color: 9749175.

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

Color convert

RGB183194148-
CMYK0.0600.240.24
HSL74.35º27.38%67.06%-
HSV(B)74.35º23.71%76.08%-
XYZ44.1750.7935.49-
YUV185.47106.86126.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 148 (58.20% from 255) = 28.19%
R=34.86%
G=36.95%
B=28.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1831941480.0600.240.2474.3527.3867.06
HexB7C2946018184a1b43
Octal26730222460303011233103
Binary101101111100001010010100110011000110001001010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C294; }

 p { color: rgb(183,194,148); }

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

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

 a { background-color: rgb(183,194,148); }

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

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

 span { border-color: rgb(183,194,148); }

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