#B8D296

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

Shades of Sprout #B8D296

Tints of Sprout #B8D296

Color information

#B8D296 (or 0xB8D296) is unknown color: approx Sprout. HEX triplet: B8, D2 and 96. RGB value is (184,210,150). Sum of RGB (Red+Green+Blue) = 184+210+150=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D296 is #472D69. Grayscale: #C3C3C3. Windows color (decimal): -4664682 or 9884344. OLE color: 9884344.

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

Color convert

RGB184210150-
CMYK0.1200.290.18
HSL86º40%70.59%-
HSV(B)86º28.57%82.35%-
XYZ48.3258.4937.6-
YUV195.39102.39119.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 210 (82.42% from 255) = 38.60%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=33.82%
G=38.60%
B=27.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842101500.1200.290.18864070.59
HexB8D296C01D12562847
Octal270322226140352212650107
Binary10111000110100101001011011000111011001010101101010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D296; }

 p { color: rgb(184,210,150); }

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

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

 a { background-color: rgb(184,210,150); }

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

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

 span { border-color: rgb(184,210,150); }

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