#B6D78D

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

Shades of Sprout #B6D78D

Tints of Sprout #B6D78D

Color information

#B6D78D (or 0xB6D78D) is unknown color: approx Sprout. HEX triplet: B6, D7 and 8D. RGB value is (182,215,141). Sum of RGB (Red+Green+Blue) = 182+215+141=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 215 (84.38% from 255 or 39.96% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D78D is #492872. Grayscale: #C4C4C4. Windows color (decimal): -4794483 or 9295798. OLE color: 9295798.

HSL color Cylindrical-coordinate representation of color #B6D78D: hue angle of 86.76º 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 #B6D78D is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB182215141-
CMYK0.1500.340.16
HSL86.76º48.05%69.8%-
HSV(B)86.76º34.42%84.31%-
XYZ48.460.4734.32-
YUV196.796.57117.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.83%
GREEN value IS 215 (84.38% from 255) = 39.96%
BLUE value IS 141 (55.47% from 255) = 26.21%
R=33.83%
G=39.96%
B=26.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822151410.1500.340.1686.7648.0569.8
HexB6D78DF02210573046
Octal266327215170422012760106
Binary101101101101011110001101111101000101000010101111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D78D; }

 p { color: rgb(182,215,141); }

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

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

 a { background-color: rgb(182,215,141); }

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

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

 span { border-color: rgb(182,215,141); }

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