#BBDA98

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

Shades of Sprout #BBDA98

Tints of Sprout #BBDA98

Color information

#BBDA98 (or 0xBBDA98) is unknown color: approx Sprout. HEX triplet: BB, DA and 98. RGB value is (187,218,152). Sum of RGB (Red+Green+Blue) = 187+218+152=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 218 (85.55% from 255 or 39.14% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA98 is #442567. Grayscale: #C9C9C9. Windows color (decimal): -4466024 or 10017467. OLE color: 10017467.

HSL color Cylindrical-coordinate representation of color #BBDA98: hue angle of 88.18º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBDA98 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB187218152-
CMYK0.1400.300.15
HSL88.18º47.14%72.55%-
HSV(B)88.18º30.28%85.49%-
XYZ51.2362.9739.16-
YUV201.21100.23117.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.57%
GREEN value IS 218 (85.55% from 255) = 39.14%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=33.57%
G=39.14%
B=27.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872181520.1400.300.1588.1847.1472.55
HexBBDA98E01EF582f49
Octal273332230160361713057111
Binary1011101111011010100110001110011110111110110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDA98; }

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

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

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

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

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

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

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

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