#BBFA7A

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

Shades of Sulu #BBFA7A

Tints of Sulu #BBFA7A

Color information

#BBFA7A (or 0xBBFA7A) is unknown color: approx Sulu. HEX triplet: BB, FA and 7A. RGB value is (187,250,122). Sum of RGB (Red+Green+Blue) = 187+250+122=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 122 (48.05% from 255 or 21.82% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFA7A is #440585. Grayscale: #D9D9D9. Windows color (decimal): -4457862 or 8059579. OLE color: 8059579.

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

Color convert

RGB187250122-
CMYK0.2500.510.02
HSL89.53º92.75%72.94%-
HSV(B)89.53º51.2%98.04%-
XYZ58.1980.3430.85-
YUV216.5774.63106.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.45%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 122 (48.05% from 255) = 21.82%
R=33.45%
G=44.72%
B=21.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501220.2500.510.0289.5392.7572.94
HexBBFA7A1903325a5d49
Octal273372172310632132135111
Binary1011101111111010111101011001011001110101101010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFA7A; }

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

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

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

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

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

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

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

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