#BBF286

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

Shades of Sulu #BBF286

Tints of Sulu #BBF286

Color information

#BBF286 (or 0xBBF286) is unknown color: approx Sulu. HEX triplet: BB, F2 and 86. RGB value is (187,242,134). Sum of RGB (Red+Green+Blue) = 187+242+134=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF286 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF286 is #440D79. Grayscale: #D5D5D5. Windows color (decimal): -4459898 or 8843963. OLE color: 8843963.

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

Color convert

RGB187242134-
CMYK0.2300.450.05
HSL90.56º80.6%73.73%-
HSV(B)90.56º44.63%94.9%-
XYZ56.5575.7934.2-
YUV213.2483.28109.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.21%
GREEN value IS 242 (94.92% from 255) = 42.98%
BLUE value IS 134 (52.73% from 255) = 23.80%
R=33.21%
G=42.98%
B=23.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421340.2300.450.0590.5680.673.73
HexBBF2861702D55b514a
Octal273362206270555133121112
Binary101110111111001010000110101110101101101101101110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF286; }

 p { color: rgb(187,242,134); }

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

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

 a { background-color: rgb(187,242,134); }

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

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

 span { border-color: rgb(187,242,134); }

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