#BBD588

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

Shades of Sprout #BBD588

Tints of Sprout #BBD588

Color information

#BBD588 (or 0xBBD588) is unknown color: approx Sprout. HEX triplet: BB, D5 and 88. RGB value is (187,213,136). Sum of RGB (Red+Green+Blue) = 187+213+136=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD588 is #442A77. Grayscale: #C4C4C4. Windows color (decimal): -4467320 or 8967611. OLE color: 8967611.

HSL color Cylindrical-coordinate representation of color #BBD588: hue angle of 80.26º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBD588 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB187213136-
CMYK0.1200.360.16
HSL80.26º47.83%68.43%-
HSV(B)80.26º36.15%83.53%-
XYZ48.7359.9332.29-
YUV196.4593.89121.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.89%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=34.89%
G=39.74%
B=25.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872131360.1200.360.1680.2647.8368.43
HexBBD588C02410503044
Octal273325210140442012060104
Binary101110111101010110001000110001001001000010100001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD588; }

 p { color: rgb(187,213,136); }

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

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

 a { background-color: rgb(187,213,136); }

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

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

 span { border-color: rgb(187,213,136); }

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