#BBDB98

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

Shades of Sprout #BBDB98

Tints of Sprout #BBDB98

Color information

#BBDB98 (or 0xBBDB98) is unknown color: approx Sprout. HEX triplet: BB, DB and 98. RGB value is (187,219,152). Sum of RGB (Red+Green+Blue) = 187+219+152=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 152 (59.77% from 255 or 27.24% from 558); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB98 is #442467. Grayscale: #CACACA. Windows color (decimal): -4465768 or 10017723. OLE color: 10017723.

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

Color convert

RGB187219152-
CMYK0.1500.310.14
HSL88.66º48.2%72.75%-
HSV(B)88.66º30.59%85.88%-
XYZ51.4963.4939.25-
YUV201.7999.9117.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.51%
GREEN value IS 219 (85.94% from 255) = 39.25%
BLUE value IS 152 (59.77% from 255) = 27.24%
R=33.51%
G=39.25%
B=27.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872191520.1500.310.1488.6648.272.75
HexBBDB98F01FE593049
Octal273333230170371613160111
Binary1011101111011011100110001111011111111010110011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDB98; }

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

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

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

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

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

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

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

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