#B8D08B

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

Shades of Sprout #B8D08B

Tints of Sprout #B8D08B

Color information

#B8D08B (or 0xB8D08B) is unknown color: approx Sprout. HEX triplet: B8, D0 and 8B. RGB value is (184,208,139). Sum of RGB (Red+Green+Blue) = 184+208+139=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 208 (81.64% from 255 or 39.17% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D08B is #472F74. Grayscale: #C1C1C1. Windows color (decimal): -4665205 or 9162936. OLE color: 9162936.

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

Color convert

RGB184208139-
CMYK0.1200.330.18
HSL80.87º42.33%68.04%-
HSV(B)80.87º33.17%81.57%-
XYZ46.9857.1732.98-
YUV192.9697.55121.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 208 (81.64% from 255) = 39.17%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=34.65%
G=39.17%
B=26.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842081390.1200.330.1880.8742.3368.04
HexB8D08BC02112512a44
Octal270320213140412212152104
Binary101110001101000010001011110001000011001010100011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D08B; }

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

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

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

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

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

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

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

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