#B3BE9C

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

Shades of Sprout #B3BE9C

Tints of Sprout #B3BE9C

Color information

#B3BE9C (or 0xB3BE9C) is unknown color: approx Sprout. HEX triplet: B3, BE and 9C. RGB value is (179,190,156). Sum of RGB (Red+Green+Blue) = 179+190+156=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BE9C is #4C4163. Grayscale: #B6B6B6. Windows color (decimal): -4997476 or 10272435. OLE color: 10272435.

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

Color convert

RGB179190156-
CMYK0.0600.180.25
HSL79.41º20.73%67.84%-
HSV(B)79.41º17.89%74.51%-
XYZ4348.8138.61-
YUV182.83112.86125.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 156 (61.33% from 255) = 29.71%
R=34.10%
G=36.19%
B=29.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901560.0600.180.2579.4120.7367.84
HexB3BE9C6012194f1544
Octal26327623460223111725104
Binary101100111011111010011100110010010110011001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BE9C; }

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

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

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

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

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

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

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

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