#BBF971

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

Shades of Sulu #BBF971

Tints of Sulu #BBF971

Color information

#BBF971 (or 0xBBF971) is unknown color: approx Sulu. HEX triplet: BB, F9 and 71. RGB value is (187,249,113). Sum of RGB (Red+Green+Blue) = 187+249+113=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 113 (44.53% from 255 or 20.58% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF971 is #44068E. Grayscale: #D7D7D7. Windows color (decimal): -4458127 or 7469499. OLE color: 7469499.

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

Color convert

RGB187249113-
CMYK0.2500.550.02
HSL87.35º91.89%70.98%-
HSV(B)87.35º54.62%97.65%-
XYZ57.3579.5127.95-
YUV214.9670.46108.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 249 (97.66% from 255) = 45.36%
BLUE value IS 113 (44.53% from 255) = 20.58%
R=34.06%
G=45.36%
B=20.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491130.2500.550.0287.3591.8970.98
HexBBF971190372575c47
Octal273371161310672127134107
Binary1011101111111001111000111001011011110101011110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF971; }

 p { color: rgb(187,249,113); }

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

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

 a { background-color: rgb(187,249,113); }

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

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

 span { border-color: rgb(187,249,113); }

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