#BBD193

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

Shades of Sprout #BBD193

Tints of Sprout #BBD193

Color information

#BBD193 (or 0xBBD193) is unknown color: approx Sprout. HEX triplet: BB, D1 and 93. RGB value is (187,209,147). Sum of RGB (Red+Green+Blue) = 187+209+147=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 147 (57.81% from 255 or 27.07% from 543); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD193 is #442E6C. Grayscale: #C3C3C3. Windows color (decimal): -4468333 or 9687483. OLE color: 9687483.

HSL color Cylindrical-coordinate representation of color #BBD193: hue angle of 81.29º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD193 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB187209147-
CMYK0.1100.300.18
HSL81.29º40.26%69.8%-
HSV(B)81.29º29.67%81.96%-
XYZ48.5658.2736.29-
YUV195.35100.71122.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 209 (82.03% from 255) = 38.49%
BLUE value IS 147 (57.81% from 255) = 27.07%
R=34.44%
G=38.49%
B=27.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872091470.1100.300.1881.2940.2669.8
HexBBD193B01E12512846
Octal273321223130362212150106
Binary10111011110100011001001110110111101001010100011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD193; }

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

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

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

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

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

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

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

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