#BBD78F

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

Shades of Sprout #BBD78F

Tints of Sprout #BBD78F

Color information

#BBD78F (or 0xBBD78F) is unknown color: approx Sprout. HEX triplet: BB, D7 and 8F. RGB value is (187,215,143). Sum of RGB (Red+Green+Blue) = 187+215+143=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 215 (84.38% from 255 or 39.45% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD78F is #442870. Grayscale: #C6C6C6. Windows color (decimal): -4466801 or 9426875. OLE color: 9426875.

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

Color convert

RGB187215143-
CMYK0.1300.330.16
HSL83.33º47.37%70.2%-
HSV(B)83.33º33.49%84.31%-
XYZ49.7561.1535.17-
YUV198.4296.72119.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 215 (84.38% from 255) = 39.45%
BLUE value IS 143 (56.25% from 255) = 26.24%
R=34.31%
G=39.45%
B=26.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872151430.1300.330.1683.3347.3770.2
HexBBD78FD02110532f46
Octal273327217150412012357106
Binary101110111101011110001111110101000011000010100111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD78F; }

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

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

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

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

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

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

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

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