#BBDA96

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

Shades of Sprout #BBDA96

Tints of Sprout #BBDA96

Color information

#BBDA96 (or 0xBBDA96) is unknown color: approx Sprout. HEX triplet: BB, DA and 96. RGB value is (187,218,150). Sum of RGB (Red+Green+Blue) = 187+218+150=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 218 (85.55% from 255 or 39.28% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA96 is #442569. Grayscale: #C9C9C9. Windows color (decimal): -4466026 or 9886395. OLE color: 9886395.

HSL color Cylindrical-coordinate representation of color #BBDA96: hue angle of 87.35º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBDA96 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB187218150-
CMYK0.1400.310.15
HSL87.35º47.89%72.16%-
HSV(B)87.35º31.19%85.49%-
XYZ51.0762.9138.31-
YUV200.9899.23118.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 218 (85.55% from 255) = 39.28%
BLUE value IS 150 (58.98% from 255) = 27.03%
R=33.69%
G=39.28%
B=27.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181500.1400.310.1587.3547.8972.16
HexBBDA96E01FF573048
Octal273332226160371712760110
Binary1011101111011010100101101110011111111110101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDA96; }

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

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

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

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

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

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

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

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