#B8D58A

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

Shades of Sprout #B8D58A

Tints of Sprout #B8D58A

Color information

#B8D58A (or 0xB8D58A) is unknown color: approx Sprout. HEX triplet: B8, D5 and 8A. RGB value is (184,213,138). Sum of RGB (Red+Green+Blue) = 184+213+138=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D58A is #472A75. Grayscale: #C4C4C4. Windows color (decimal): -4663926 or 9098680. OLE color: 9098680.

HSL color Cylindrical-coordinate representation of color #B8D58A: hue angle of 83.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8D58A is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB184213138-
CMYK0.1400.350.16
HSL83.2º47.17%68.82%-
HSV(B)83.2º35.21%83.53%-
XYZ48.1559.6133.01-
YUV195.7895.39119.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=34.39%
G=39.81%
B=25.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1842131380.1400.350.1683.247.1768.82
HexB8D58AE02310532f45
Octal270325212160432012357105
Binary101110001101010110001010111001000111000010100111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D58A; }

 p { color: rgb(184,213,138); }

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

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

 a { background-color: rgb(184,213,138); }

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

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

 span { border-color: rgb(184,213,138); }

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