#b8d08f

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

Shades of Sprout #B8D08F

Tints of Sprout #B8D08F

Color information

#B8D08F (or 0xB8D08F) is unknown color: approx Sprout. HEX triplet: B8, D0 and 8F. RGB value is (184,208,143). Sum of RGB (Red+Green+Blue) = 184+208+143=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 143 (56.25% from 255 or 26.73% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D08F is #472F70. Grayscale: #C1C1C1. Windows color (decimal): -4665201 or 9425080. OLE color: 9425080.

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

Color convert

RGB184208143-
CMYK0.1200.310.18
HSL82.15º40.88%68.82%-
HSV(B)82.15º31.25%81.57%-
XYZ47.2857.2934.55-
YUV193.4199.55121.29-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 143 (56.25% from 255) = 26.73%
R=34.39%
G=38.88%
B=26.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842081430.1200.310.1882.1540.8868.82
HexB8D08FC01F12522945
Octal270320217140372212251105
Binary10111000110100001000111111000111111001010100101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8d08f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8d08f; }

 p { color: rgb(184,208,143); }

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

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

 a { background-color: rgb(184,208,143); }

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

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

 span { border-color: rgb(184,208,143); }

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