#BBD993

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

Shades of Sprout #BBD993

Tints of Sprout #BBD993

Color information

#BBD993 (or 0xBBD993) is unknown color: approx Sprout. HEX triplet: BB, D9 and 93. RGB value is (187,217,147). Sum of RGB (Red+Green+Blue) = 187+217+147=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD993 is #44266C. Grayscale: #C8C8C8. Windows color (decimal): -4466285 or 9689531. OLE color: 9689531.

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

Color convert

RGB187217147-
CMYK0.1400.320.15
HSL85.71º47.95%71.37%-
HSV(B)85.71º32.26%85.1%-
XYZ50.5762.336.96-
YUV200.0598.06118.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 217 (85.16% from 255) = 39.38%
BLUE value IS 147 (57.81% from 255) = 26.68%
R=33.94%
G=39.38%
B=26.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872171470.1400.320.1585.7147.9571.37
HexBBD993E020F563047
Octal273331223160401712660107
Binary10111011110110011001001111100100000111110101101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD993; }

 p { color: rgb(187,217,147); }

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

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

 a { background-color: rgb(187,217,147); }

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

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

 span { border-color: rgb(187,217,147); }

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