#BBD88F

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

Shades of Sprout #BBD88F

Tints of Sprout #BBD88F

Color information

#BBD88F (or 0xBBD88F) is unknown color: approx Sprout. HEX triplet: BB, D8 and 8F. RGB value is (187,216,143). Sum of RGB (Red+Green+Blue) = 187+216+143=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD88F is #442770. Grayscale: #C7C7C7. Windows color (decimal): -4466545 or 9427131. OLE color: 9427131.

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

Color convert

RGB187216143-
CMYK0.1300.340.15
HSL83.84º48.34%70.39%-
HSV(B)83.84º33.8%84.71%-
XYZ50.0161.6635.25-
YUV199.0196.39119.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 216 (84.77% from 255) = 39.56%
BLUE value IS 143 (56.25% from 255) = 26.19%
R=34.25%
G=39.56%
B=26.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161430.1300.340.1583.8448.3470.39
HexBBD88FD022F543046
Octal273330217150421712460106
Binary10111011110110001000111111010100010111110101001100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD88F; }

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

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

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

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

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

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

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

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