#BBDC94

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

Shades of Sprout #BBDC94

Tints of Sprout #BBDC94

Color information

#BBDC94 (or 0xBBDC94) is unknown color: approx Sprout. HEX triplet: BB, DC and 94. RGB value is (187,220,148). Sum of RGB (Red+Green+Blue) = 187+220+148=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 220 (86.33% from 255 or 39.64% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC94 is #44236B. Grayscale: #CACACA. Windows color (decimal): -4465516 or 9755835. OLE color: 9755835.

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

Color convert

RGB187220148-
CMYK0.1500.330.14
HSL87.5º50.7%72.16%-
HSV(B)87.5º32.73%86.27%-
XYZ51.4363.8937.64-
YUV201.9297.57117.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.69%
GREEN value IS 220 (86.33% from 255) = 39.64%
BLUE value IS 148 (58.20% from 255) = 26.67%
R=33.69%
G=39.64%
B=26.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201480.1500.330.1487.550.772.16
HexBBDC94F021E583348
Octal273334224170411613063110
Binary10111011110111001001010011110100001111010110001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC94; }

 p { color: rgb(187,220,148); }

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

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

 a { background-color: rgb(187,220,148); }

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

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

 span { border-color: rgb(187,220,148); }

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