#BBFA86

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

Shades of Sulu #BBFA86

Tints of Sulu #BBFA86

Color information

#BBFA86 (or 0xBBFA86) is unknown color: approx Sulu. HEX triplet: BB, FA and 86. RGB value is (187,250,134). Sum of RGB (Red+Green+Blue) = 187+250+134=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 134 (52.73% from 255 or 23.47% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFA86 is #440579. Grayscale: #DADADA. Windows color (decimal): -4457850 or 8846011. OLE color: 8846011.

HSL color Cylindrical-coordinate representation of color #BBFA86: hue angle of 92.59º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBFA86 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB187250134-
CMYK0.2500.460.02
HSL92.59º92.06%75.29%-
HSV(B)92.59º46.4%98.04%-
XYZ58.9880.6635.01-
YUV217.9480.63105.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 134 (52.73% from 255) = 23.47%
R=32.75%
G=43.78%
B=23.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501340.2500.460.0292.5992.0675.29
HexBBFA861902E25d5c4b
Octal273372206310562135134113
Binary10111011111110101000011011001010111010101110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFA86; }

 p { color: rgb(187,250,134); }

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

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

 a { background-color: rgb(187,250,134); }

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

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

 span { border-color: rgb(187,250,134); }

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