#B1B693

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

Shades of Green Spring #B1B693

Tints of Green Spring #B1B693

Color information

#B1B693 (or 0xB1B693) is unknown color: approx Green Spring. HEX triplet: B1, B6 and 93. RGB value is (177,182,147). Sum of RGB (Red+Green+Blue) = 177+182+147=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B693 is #4E496C. Grayscale: #B0B0B0. Windows color (decimal): -5130605 or 9680561. OLE color: 9680561.

HSL color Cylindrical-coordinate representation of color #B1B693: hue angle of 68.57º 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 #B1B693 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB177182147-
CMYK0.0300.190.29
HSL68.57º19.34%64.51%-
HSV(B)68.57º19.23%71.37%-
XYZ40.1344.9134.16-
YUV176.52111.34128.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=34.98%
G=35.97%
B=29.05%

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
Decimal1771821470.0300.190.2968.5719.3464.51
HexB1B69330131D451341
Octal26126622330233510523101
Binary10110001101101101001001111010011111011000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B693; }

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

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

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

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

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

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

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

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