#BBD797

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

Shades of Sprout #BBD797

Tints of Sprout #BBD797

Color information

#BBD797 (or 0xBBD797) is unknown color: approx Sprout. HEX triplet: BB, D7 and 97. RGB value is (187,215,151). Sum of RGB (Red+Green+Blue) = 187+215+151=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD797 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD797 is #442868. Grayscale: #C7C7C7. Windows color (decimal): -4466793 or 9951163. OLE color: 9951163.

HSL color Cylindrical-coordinate representation of color #BBD797: hue angle of 86.25º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD797 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB187215151-
CMYK0.1300.300.16
HSL86.25º44.44%71.76%-
HSV(B)86.25º29.77%84.31%-
XYZ50.3861.438.47-
YUV199.33100.72119.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.82%
GREEN value IS 215 (84.38% from 255) = 38.88%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=33.82%
G=38.88%
B=27.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872151510.1300.300.1686.2544.4471.76
HexBBD797D01E10562c48
Octal273327227150362012654110
Binary10111011110101111001011111010111101000010101101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD797; }

 p { color: rgb(187,215,151); }

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

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

 a { background-color: rgb(187,215,151); }

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

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

 span { border-color: rgb(187,215,151); }

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