#B5D598

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

Shades of Sprout #B5D598

Tints of Sprout #B5D598

Color information

#B5D598 (or 0xB5D598) is unknown color: approx Sprout. HEX triplet: B5, D5 and 98. RGB value is (181,213,152). Sum of RGB (Red+Green+Blue) = 181+213+152=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 213 (83.59% from 255 or 39.01% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 213 - color contains mainly: green. Hex color #B5D598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D598 is #4A2A67. Grayscale: #C4C4C4. Windows color (decimal): -4860520 or 10016181. OLE color: 10016181.

HSL color Cylindrical-coordinate representation of color #B5D598: hue angle of 91.48º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5D598 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB181213152-
CMYK0.1500.290.16
HSL91.48º42.07%71.57%-
HSV(B)91.48º28.64%83.53%-
XYZ48.5259.6838.67-
YUV196.48102.9116.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 213 (83.59% from 255) = 39.01%
BLUE value IS 152 (59.77% from 255) = 27.84%
R=33.15%
G=39.01%
B=27.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812131520.1500.290.1691.4842.0771.57
HexB5D598F01D105b2a48
Octal265325230170352013352110
Binary10110101110101011001100011110111011000010110111010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D598; }

 p { color: rgb(181,213,152); }

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

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

 a { background-color: rgb(181,213,152); }

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

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

 span { border-color: rgb(181,213,152); }

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