#BBD48D

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

Shades of Sprout #BBD48D

Tints of Sprout #BBD48D

Color information

#BBD48D (or 0xBBD48D) is unknown color: approx Sprout. HEX triplet: BB, D4 and 8D. RGB value is (187,212,141). Sum of RGB (Red+Green+Blue) = 187+212+141=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 141 (55.47% from 255 or 26.11% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD48D is #442B72. Grayscale: #C4C4C4. Windows color (decimal): -4467571 or 9295035. OLE color: 9295035.

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

Color convert

RGB187212141-
CMYK0.1200.330.17
HSL81.13º45.22%69.22%-
HSV(B)81.13º33.49%83.14%-
XYZ48.8459.5734.12-
YUV196.4396.72121.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 212 (83.20% from 255) = 39.26%
BLUE value IS 141 (55.47% from 255) = 26.11%
R=34.63%
G=39.26%
B=26.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121410.1200.330.1781.1345.2269.22
HexBBD48DC02111512d45
Octal273324215140412112155105
Binary101110111101010010001101110001000011000110100011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD48D; }

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

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

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

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

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

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

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

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