#BBD78D

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

Shades of Sprout #BBD78D

Tints of Sprout #BBD78D

Color information

#BBD78D (or 0xBBD78D) is unknown color: approx Sprout. HEX triplet: BB, D7 and 8D. RGB value is (187,215,141). Sum of RGB (Red+Green+Blue) = 187+215+141=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 215 (84.38% from 255 or 39.59% from 543); Blue value is 141 (55.47% from 255 or 25.97% from 543); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD78D is #442872. Grayscale: #C6C6C6. Windows color (decimal): -4466803 or 9295803. OLE color: 9295803.

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

Color convert

RGB187215141-
CMYK0.1300.340.16
HSL82.7º48.05%69.8%-
HSV(B)82.7º34.42%84.31%-
XYZ49.661.0934.38-
YUV198.1995.72120.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 215 (84.38% from 255) = 39.59%
BLUE value IS 141 (55.47% from 255) = 25.97%
R=34.44%
G=39.59%
B=25.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872151410.1300.340.1682.748.0569.8
HexBBD78DD02210533046
Octal273327215150422012360106
Binary101110111101011110001101110101000101000010100111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD78D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD78D; }

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

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

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

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

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

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

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

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