#B7D38D

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

Shades of Sprout #B7D38D

Tints of Sprout #B7D38D

Color information

#B7D38D (or 0xB7D38D) is unknown color: approx Sprout. HEX triplet: B7, D3 and 8D. RGB value is (183,211,141). Sum of RGB (Red+Green+Blue) = 183+211+141=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #B7D38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D38D is #482C72. Grayscale: #C2C2C2. Windows color (decimal): -4729971 or 9294775. OLE color: 9294775.

HSL color Cylindrical-coordinate representation of color #B7D38D: hue angle of 84º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B7D38D is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB183211141-
CMYK0.1300.330.17
HSL84º44.3%69.02%-
HSV(B)84º33.18%82.75%-
XYZ47.6358.5834-
YUV194.6597.72119.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.21%
GREEN value IS 211 (82.81% from 255) = 39.44%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=34.21%
G=39.44%
B=26.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1832111410.1300.330.178444.369.02
HexB7D38DD02111542c45
Octal267323215150412112454105
Binary101101111101001110001101110101000011000110101001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D38D; }

 p { color: rgb(183,211,141); }

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

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

 a { background-color: rgb(183,211,141); }

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

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

 span { border-color: rgb(183,211,141); }

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