#B8D29B

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

Shades of Sprout #B8D29B

Tints of Sprout #B8D29B

Color information

#B8D29B (or 0xB8D29B) is unknown color: approx Sprout. HEX triplet: B8, D2 and 9B. RGB value is (184,210,155). Sum of RGB (Red+Green+Blue) = 184+210+155=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D29B is #472D64. Grayscale: #C4C4C4. Windows color (decimal): -4664677 or 10212024. OLE color: 10212024.

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

Color convert

RGB184210155-
CMYK0.1200.260.18
HSL88.36º37.93%71.57%-
HSV(B)88.36º26.19%82.35%-
XYZ48.7358.6539.76-
YUV195.96104.89119.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 210 (82.42% from 255) = 38.25%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=33.52%
G=38.25%
B=28.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1842101550.1200.260.1888.3637.9371.57
HexB8D29BC01A12582648
Octal270322233140322213046110
Binary10111000110100101001101111000110101001010110001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D29B; }

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

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

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

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

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

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

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

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