#BBC896

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

Shades of Sprout #BBC896

Tints of Sprout #BBC896

Color information

#BBC896 (or 0xBBC896) is unknown color: approx Sprout. HEX triplet: BB, C8 and 96. RGB value is (187,200,150). Sum of RGB (Red+Green+Blue) = 187+200+150=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 200 (78.52% from 255 or 37.24% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC896 is #443769. Grayscale: #BEBEBE. Windows color (decimal): -4470634 or 9881787. OLE color: 9881787.

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

Color convert

RGB187200150-
CMYK0.0600.250.22
HSL75.6º31.25%68.63%-
HSV(B)75.6º25%78.43%-
XYZ46.6554.0836.83-
YUV190.41105.19125.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.82%
GREEN value IS 200 (78.52% from 255) = 37.24%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=34.82%
G=37.24%
B=27.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001500.0600.250.2275.631.2568.63
HexBBC8966019164c1f45
Octal27331022660312611437105
Binary101110111100100010010110110011001101101001100111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC896; }

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

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

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

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

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

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

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

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