#B3D39A

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

Shades of Sprout #B3D39A

Tints of Sprout #B3D39A

Color information

#B3D39A (or 0xB3D39A) is unknown color: approx Sprout. HEX triplet: B3, D3 and 9A. RGB value is (179,211,154). Sum of RGB (Red+Green+Blue) = 179+211+154=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #B3D39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D39A is #4C2C65. Grayscale: #C3C3C3. Windows color (decimal): -4992102 or 10146739. OLE color: 10146739.

HSL color Cylindrical-coordinate representation of color #B3D39A: hue angle of 93.68º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3D39A is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB179211154-
CMYK0.1500.270.17
HSL93.68º39.31%71.57%-
HSV(B)93.68º27.01%82.75%-
XYZ47.7258.5139.35-
YUV194.93104.9116.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 211 (82.81% from 255) = 38.79%
BLUE value IS 154 (60.55% from 255) = 28.31%
R=32.90%
G=38.79%
B=28.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1792111540.1500.270.1793.6839.3171.57
HexB3D39AF01B115e2748
Octal263323232170332113647110
Binary10110011110100111001101011110110111000110111101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D39A; }

 p { color: rgb(179,211,154); }

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

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

 a { background-color: rgb(179,211,154); }

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

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

 span { border-color: rgb(179,211,154); }

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