#B1B694

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

Shades of Green Spring #B1B694

Tints of Green Spring #B1B694

Color information

#B1B694 (or 0xB1B694) is unknown color: approx Green Spring. HEX triplet: B1, B6 and 94. RGB value is (177,182,148). Sum of RGB (Red+Green+Blue) = 177+182+148=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B694 is #4E496B. Grayscale: #B0B0B0. Windows color (decimal): -5130604 or 9746097. OLE color: 9746097.

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

Color convert

RGB177182148-
CMYK0.0300.190.29
HSL68.82º18.89%64.71%-
HSV(B)68.82º18.68%71.37%-
XYZ40.244.9434.57-
YUV176.63111.84128.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 182 (71.48% from 255) = 35.90%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=34.91%
G=35.90%
B=29.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771821480.0300.190.2968.8218.8964.71
HexB1B69430131D451341
Octal26126622430233510523101
Binary10110001101101101001010011010011111011000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B694; }

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

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

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

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

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

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

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

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