#BBF273

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

Shades of Sulu #BBF273

Tints of Sulu #BBF273

Color information

#BBF273 (or 0xBBF273) is unknown color: approx Sulu. HEX triplet: BB, F2 and 73. RGB value is (187,242,115). Sum of RGB (Red+Green+Blue) = 187+242+115=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 242 (94.92% from 255 or 44.49% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF273 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF273 is #440D8C. Grayscale: #D3D3D3. Windows color (decimal): -4459917 or 7598779. OLE color: 7598779.

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

Color convert

RGB187242115-
CMYK0.2300.520.05
HSL85.98º83.01%70%-
HSV(B)85.98º52.48%94.9%-
XYZ55.3475.3127.84-
YUV211.0873.78110.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 242 (94.92% from 255) = 44.49%
BLUE value IS 115 (45.31% from 255) = 21.14%
R=34.38%
G=44.49%
B=21.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421150.2300.520.0585.9883.0170
HexBBF273170345565346
Octal273362163270645126123106
Binary10111011111100101110011101110110100101101011010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF273; }

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

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

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

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

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

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

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

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