#BBF390

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

Shades of Sulu #BBF390

Tints of Sulu #BBF390

Color information

#BBF390 (or 0xBBF390) is unknown color: approx Sulu. HEX triplet: BB, F3 and 90. RGB value is (187,243,144). Sum of RGB (Red+Green+Blue) = 187+243+144=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF390 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF390 is #440C6F. Grayscale: #D7D7D7. Windows color (decimal): -4459632 or 9499579. OLE color: 9499579.

HSL color Cylindrical-coordinate representation of color #BBF390: hue angle of 93.94º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBF390 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB187243144-
CMYK0.2300.410.05
HSL93.94º80.49%75.88%-
HSV(B)93.94º40.74%95.29%-
XYZ57.5876.6838.15-
YUV214.9787.95108.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 243 (95.31% from 255) = 42.33%
BLUE value IS 144 (56.64% from 255) = 25.09%
R=32.58%
G=42.33%
B=25.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872431440.2300.410.0593.9480.4975.88
HexBBF3901702955e504c
Octal273363220270515136120114
Binary101110111111001110010000101110101001101101111010100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF390; }

 p { color: rgb(187,243,144); }

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

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

 a { background-color: rgb(187,243,144); }

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

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

 span { border-color: rgb(187,243,144); }

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