#B5D78E

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

Shades of Sprout #B5D78E

Tints of Sprout #B5D78E

Color information

#B5D78E (or 0xB5D78E) is unknown color: approx Sprout. HEX triplet: B5, D7 and 8E. RGB value is (181,215,142). Sum of RGB (Red+Green+Blue) = 181+215+142=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 142 (55.86% from 255 or 26.39% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D78E is #4A2871. Grayscale: #C4C4C4. Windows color (decimal): -4860018 or 9361333. OLE color: 9361333.

HSL color Cylindrical-coordinate representation of color #B5D78E: hue angle of 87.95º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5D78E is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB181215142-
CMYK0.1600.340.16
HSL87.95º47.71%70%-
HSV(B)87.95º33.95%84.31%-
XYZ48.2460.3834.7-
YUV196.5197.24116.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 142 (55.86% from 255) = 26.39%
R=33.64%
G=39.96%
B=26.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1812151420.1600.340.1687.9547.7170
HexB5D78E1002210583046
Octal265327216200422013060106
Binary1011010111010111100011101000001000101000010110001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D78E; }

 p { color: rgb(181,215,142); }

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

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

 a { background-color: rgb(181,215,142); }

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

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

 span { border-color: rgb(181,215,142); }

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