#BBC89D

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

Shades of Sprout #BBC89D

Tints of Sprout #BBC89D

Color information

#BBC89D (or 0xBBC89D) is unknown color: approx Sprout. HEX triplet: BB, C8 and 9D. RGB value is (187,200,157). Sum of RGB (Red+Green+Blue) = 187+200+157=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC89D is #443762. Grayscale: #BFBFBF. Windows color (decimal): -4470627 or 10340539. OLE color: 10340539.

HSL color Cylindrical-coordinate representation of color #BBC89D: hue angle of 78.14º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC89D is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB187200157-
CMYK0.0600.220.22
HSL78.14º28.1%70%-
HSV(B)78.14º21.5%78.43%-
XYZ47.2354.3139.89-
YUV191.21108.69125-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 200 (78.52% from 255) = 36.76%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=34.38%
G=36.76%
B=28.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001570.0600.220.2278.1428.170
HexBBC89D6016164e1c46
Octal27331023560262611634106
Binary101110111100100010011101110010110101101001110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC89D; }

 p { color: rgb(187,200,157); }

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

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

 a { background-color: rgb(187,200,157); }

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

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

 span { border-color: rgb(187,200,157); }

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