#BBF963

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

Shades of Sulu #BBF963

Tints of Sulu #BBF963

Color information

#BBF963 (or 0xBBF963) is unknown color: approx Sulu. HEX triplet: BB, F9 and 63. RGB value is (187,249,99). Sum of RGB (Red+Green+Blue) = 187+249+99=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF963 is #44069C. Grayscale: #D5D5D5. Windows color (decimal): -4458141 or 6551995. OLE color: 6551995.

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

Color convert

RGB18724999-
CMYK0.2500.600.02
HSL84.8º92.59%68.24%-
HSV(B)84.8º60.24%97.65%-
XYZ56.6279.2224.11-
YUV213.3663.46109.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 249 (97.66% from 255) = 46.54%
BLUE value IS 99 (39.06% from 255) = 18.50%
R=34.95%
G=46.54%
B=18.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal187249990.2500.600.0284.892.5968.24
HexBBF9631903C2555d44
Octal273371143310742125135104
Binary1011101111111001110001111001011110010101010110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF963; }

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

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

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

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

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

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

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

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