#B8DB92

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

Shades of Sprout #B8DB92

Tints of Sprout #B8DB92

Color information

#B8DB92 (or 0xB8DB92) is unknown color: approx Sprout. HEX triplet: B8, DB and 92. RGB value is (184,219,146). Sum of RGB (Red+Green+Blue) = 184+219+146=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 219 (85.94% from 255 or 39.89% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8DB92 is #47246D. Grayscale: #C8C8C8. Windows color (decimal): -4662382 or 9624504. OLE color: 9624504.

HSL color Cylindrical-coordinate representation of color #B8DB92: hue angle of 88.77º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8DB92 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB184219146-
CMYK0.1600.330.14
HSL88.77º50.34%71.57%-
HSV(B)88.77º33.33%85.88%-
XYZ50.2962.9336.69-
YUV200.2197.4116.44-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 219 (85.94% from 255) = 39.89%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=33.52%
G=39.89%
B=26.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1842191460.1600.330.1488.7750.3471.57
HexB8DB9210021E593248
Octal270333222200411613162110
Binary101110001101101110010010100000100001111010110011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DB92; }

 p { color: rgb(184,219,146); }

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

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

 a { background-color: rgb(184,219,146); }

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

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

 span { border-color: rgb(184,219,146); }

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