#B3BE99

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

Shades of Sprout #B3BE99

Tints of Sprout #B3BE99

Color information

#B3BE99 (or 0xB3BE99) is unknown color: approx Sprout. HEX triplet: B3, BE and 99. RGB value is (179,190,153). Sum of RGB (Red+Green+Blue) = 179+190+153=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BE99 is #4C4166. Grayscale: #B6B6B6. Windows color (decimal): -4997479 or 10075827. OLE color: 10075827.

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

Color convert

RGB179190153-
CMYK0.0600.190.25
HSL77.84º22.16%67.25%-
HSV(B)77.84º19.47%74.51%-
XYZ42.7548.7137.29-
YUV182.49111.36125.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=34.29%
G=36.40%
B=29.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901530.0600.190.2577.8422.1667.25
HexB3BE996013194e1643
Octal26327623160233111626103
Binary101100111011111010011001110010011110011001110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BE99; }

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

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

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

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

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

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

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

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