#B3C199

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

Shades of Sprout #B3C199

Tints of Sprout #B3C199

Color information

#B3C199 (or 0xB3C199) is unknown color: approx Sprout. HEX triplet: B3, C1 and 99. RGB value is (179,193,153). Sum of RGB (Red+Green+Blue) = 179+193+153=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 193 (75.78% from 255 or 36.76% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C199 is #4C3E66. Grayscale: #B8B8B8. Windows color (decimal): -4996711 or 10076595. OLE color: 10076595.

HSL color Cylindrical-coordinate representation of color #B3C199: hue angle of 81º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3C199 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB179193153-
CMYK0.0700.210.24
HSL81º24.39%67.84%-
HSV(B)81º20.73%75.69%-
XYZ43.4150.0237.5-
YUV184.25110.36124.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 193 (75.78% from 255) = 36.76%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=34.10%
G=36.76%
B=29.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791931530.0700.210.248124.3967.84
HexB3C199701518511844
Octal26330123170253012130104
Binary101100111100000110011001111010101110001010001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C199; }

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

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

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

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

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

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

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

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