#B3C09F

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

Shades of Sprout #B3C09F

Tints of Sprout #B3C09F

Color information

#B3C09F (or 0xB3C09F) is unknown color: approx Sprout. HEX triplet: B3, C0 and 9F. RGB value is (179,192,159). Sum of RGB (Red+Green+Blue) = 179+192+159=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C09F is #4C3F60. Grayscale: #B8B8B8. Windows color (decimal): -4996961 or 10469555. OLE color: 10469555.

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

Color convert

RGB179192159-
CMYK0.0700.170.25
HSL83.64º20.75%68.82%-
HSV(B)83.64º17.19%75.29%-
XYZ43.749.7940.11-
YUV184.35113.69124.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 192 (75.39% from 255) = 36.23%
BLUE value IS 159 (62.5% from 255) = 30%
R=33.77%
G=36.23%
B=30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791921590.0700.170.2583.6420.7568.82
HexB3C09F701119541545
Octal26330023770213112425105
Binary101100111100000010011111111010001110011010100101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C09F; }

 p { color: rgb(179,192,159); }

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

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

 a { background-color: rgb(179,192,159); }

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

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

 span { border-color: rgb(179,192,159); }

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