#BBC899

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

Shades of Sprout #BBC899

Tints of Sprout #BBC899

Color information

#BBC899 (or 0xBBC899) is unknown color: approx Sprout. HEX triplet: BB, C8 and 99. RGB value is (187,200,153). Sum of RGB (Red+Green+Blue) = 187+200+153=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC899 is #443766. Grayscale: #BEBEBE. Windows color (decimal): -4470631 or 10078395. OLE color: 10078395.

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

Color convert

RGB187200153-
CMYK0.0600.240.22
HSL76.6º29.94%69.22%-
HSV(B)76.6º23.5%78.43%-
XYZ46.954.1738.12-
YUV190.76106.69125.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 200 (78.52% from 255) = 37.04%
BLUE value IS 153 (60.16% from 255) = 28.33%
R=34.63%
G=37.04%
B=28.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001530.0600.240.2276.629.9469.22
HexBBC8996018164d1e45
Octal27331023160302611536105
Binary101110111100100010011001110011000101101001101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC899; }

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

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

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

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

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

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

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

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