#BBD38F

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

Shades of Sprout #BBD38F

Tints of Sprout #BBD38F

Color information

#BBD38F (or 0xBBD38F) is unknown color: approx Sprout. HEX triplet: BB, D3 and 8F. RGB value is (187,211,143). Sum of RGB (Red+Green+Blue) = 187+211+143=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD38F is #442C70. Grayscale: #C4C4C4. Windows color (decimal): -4467825 or 9425851. OLE color: 9425851.

HSL color Cylindrical-coordinate representation of color #BBD38F: hue angle of 81.18º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD38F is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB187211143-
CMYK0.1100.320.17
HSL81.18º43.59%69.41%-
HSV(B)81.18º32.23%82.75%-
XYZ48.7559.1434.83-
YUV196.0798.05121.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 211 (82.81% from 255) = 39.00%
BLUE value IS 143 (56.25% from 255) = 26.43%
R=34.57%
G=39.00%
B=26.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111430.1100.320.1781.1843.5969.41
HexBBD38FB02011512c45
Octal273323217130402112154105
Binary101110111101001110001111101101000001000110100011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD38F; }

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

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

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

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

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

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

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

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