#B3D18E

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

Shades of Sprout #B3D18E

Tints of Sprout #B3D18E

Color information

#B3D18E (or 0xB3D18E) is unknown color: approx Sprout. HEX triplet: B3, D1 and 8E. RGB value is (179,209,142). Sum of RGB (Red+Green+Blue) = 179+209+142=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 142 (55.86% from 255 or 26.79% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #B3D18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D18E is #4C2E71. Grayscale: #C0C0C0. Windows color (decimal): -4992626 or 9359795. OLE color: 9359795.

HSL color Cylindrical-coordinate representation of color #B3D18E: hue angle of 86.87º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B3D18E is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB179209142-
CMYK0.1400.320.18
HSL86.87º42.14%68.82%-
HSV(B)86.87º32.06%81.96%-
XYZ46.2757.1434.18-
YUV192.3999.56118.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.77%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 142 (55.86% from 255) = 26.79%
R=33.77%
G=39.43%
B=26.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1792091420.1400.320.1886.8742.1468.82
HexB3D18EE02012572a45
Octal263321216160402212752105
Binary101100111101000110001110111001000001001010101111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D18E; }

 p { color: rgb(179,209,142); }

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

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

 a { background-color: rgb(179,209,142); }

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

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

 span { border-color: rgb(179,209,142); }

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