#B1B594

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

Shades of Green Spring #B1B594

Tints of Green Spring #B1B594

Color information

#B1B594 (or 0xB1B594) is unknown color: approx Green Spring. HEX triplet: B1, B5 and 94. RGB value is (177,181,148). Sum of RGB (Red+Green+Blue) = 177+181+148=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B594 is #4E4A6B. Grayscale: #B0B0B0. Windows color (decimal): -5130860 or 9745841. OLE color: 9745841.

HSL color Cylindrical-coordinate representation of color #B1B594: hue angle of 67.27º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1B594 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB177181148-
CMYK0.0200.180.29
HSL67.27º18.23%64.51%-
HSV(B)67.27º18.23%70.98%-
XYZ4044.5334.5-
YUV176.04112.17128.68-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=34.98%
G=35.77%
B=29.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771811480.0200.180.2967.2718.2364.51
HexB1B59420121D431241
Octal26126522420223510322101
Binary10110001101101011001010010010010111011000011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B594; }

 p { color: rgb(177,181,148); }

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

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

 a { background-color: rgb(177,181,148); }

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

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

 span { border-color: rgb(177,181,148); }

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