#B8D38D

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

Shades of Sprout #B8D38D

Tints of Sprout #B8D38D

Color information

#B8D38D (or 0xB8D38D) is unknown color: approx Sprout. HEX triplet: B8, D3 and 8D. RGB value is (184,211,141). Sum of RGB (Red+Green+Blue) = 184+211+141=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 141 (55.47% from 255 or 26.31% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #B8D38D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D38D is #472C72. Grayscale: #C3C3C3. Windows color (decimal): -4664435 or 9294776. OLE color: 9294776.

HSL color Cylindrical-coordinate representation of color #B8D38D: hue angle of 83.14º 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 #B8D38D is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB184211141-
CMYK0.1300.330.17
HSL83.14º44.3%69.02%-
HSV(B)83.14º33.18%82.75%-
XYZ47.8758.734.01-
YUV194.9597.55120.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 211 (82.81% from 255) = 39.37%
BLUE value IS 141 (55.47% from 255) = 26.31%
R=34.33%
G=39.37%
B=26.31%

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
Decimal1842111410.1300.330.1783.1444.369.02
HexB8D38DD02111532c45
Octal270323215150412112354105
Binary101110001101001110001101110101000011000110100111011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D38D; }

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

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

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

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

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

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

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

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