#BBFA84

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

Shades of Sulu #BBFA84

Tints of Sulu #BBFA84

Color information

#BBFA84 (or 0xBBFA84) is unknown color: approx Sulu. HEX triplet: BB, FA and 84. RGB value is (187,250,132). Sum of RGB (Red+Green+Blue) = 187+250+132=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFA84 is #44057B. Grayscale: #DADADA. Windows color (decimal): -4457852 or 8714939. OLE color: 8714939.

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

Color convert

RGB187250132-
CMYK0.2500.470.02
HSL92.03º92.19%74.9%-
HSV(B)92.03º47.2%98.04%-
XYZ58.8480.634.29-
YUV217.7179.63106.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.86%
GREEN value IS 250 (98.05% from 255) = 43.94%
BLUE value IS 132 (51.95% from 255) = 23.20%
R=32.86%
G=43.94%
B=23.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872501320.2500.470.0292.0392.1974.9
HexBBFA841902F25c5c4b
Octal273372204310572134134113
Binary10111011111110101000010011001010111110101110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFA84; }

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

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

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

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

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

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

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

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