#BBC89A

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

Shades of Sprout #BBC89A

Tints of Sprout #BBC89A

Color information

#BBC89A (or 0xBBC89A) is unknown color: approx Sprout. HEX triplet: BB, C8 and 9A. RGB value is (187,200,154). Sum of RGB (Red+Green+Blue) = 187+200+154=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 200 - color contains mainly: green. Hex color #BBC89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC89A is #443765. Grayscale: #BFBFBF. Windows color (decimal): -4470630 or 10143931. OLE color: 10143931.

HSL color Cylindrical-coordinate representation of color #BBC89A: hue angle of 76.96º degrees, saturation: 0.29, 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 #BBC89A is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB187200154-
CMYK0.0600.230.22
HSL76.96º29.49%69.41%-
HSV(B)76.96º23%78.43%-
XYZ46.9854.2138.56-
YUV190.87107.19125.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=34.57%
G=36.97%
B=28.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1872001540.0600.230.2276.9629.4969.41
HexBBC89A6017164d1d45
Octal27331023260272611535105
Binary101110111100100010011010110010111101101001101111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC89A; }

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

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

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

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

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

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

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

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