#B3BE94

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

Shades of Green Spring #B3BE94

Tints of Green Spring #B3BE94

Color information

#B3BE94 (or 0xB3BE94) is unknown color: approx Green Spring. HEX triplet: B3, BE and 94. RGB value is (179,190,148). Sum of RGB (Red+Green+Blue) = 179+190+148=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BE94 is #4C416B. Grayscale: #B6B6B6. Windows color (decimal): -4997484 or 9748147. OLE color: 9748147.

HSL color Cylindrical-coordinate representation of color #B3BE94: hue angle of 75.71º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3BE94 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB179190148-
CMYK0.0600.220.25
HSL75.71º24.42%66.27%-
HSV(B)75.71º22.11%74.51%-
XYZ42.3548.5535.16-
YUV181.92108.86125.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=34.62%
G=36.75%
B=28.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901480.0600.220.2575.7124.4266.27
HexB3BE946016194c1842
Octal26327622460263111430102
Binary101100111011111010010100110010110110011001100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BE94; }

 p { color: rgb(179,190,148); }

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

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

 a { background-color: rgb(179,190,148); }

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

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

 span { border-color: rgb(179,190,148); }

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