#B6D78A

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

Shades of Sprout #B6D78A

Tints of Sprout #B6D78A

Color information

#B6D78A (or 0xB6D78A) is unknown color: approx Sprout. HEX triplet: B6, D7 and 8A. RGB value is (182,215,138). Sum of RGB (Red+Green+Blue) = 182+215+138=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #B6D78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D78A is #492875. Grayscale: #C4C4C4. Windows color (decimal): -4794486 or 9099190. OLE color: 9099190.

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

Color convert

RGB182215138-
CMYK0.1500.360.16
HSL85.71º49.04%69.22%-
HSV(B)85.71º35.81%84.31%-
XYZ48.1860.3833.16-
YUV196.3695.07117.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.02%
GREEN value IS 215 (84.38% from 255) = 40.19%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=34.02%
G=40.19%
B=25.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1822151380.1500.360.1685.7149.0469.22
HexB6D78AF02410563145
Octal266327212170442012661105
Binary101101101101011110001010111101001001000010101101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D78A; }

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

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

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

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

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

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

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

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