#BBF268

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

Shades of Sulu #BBF268

Tints of Sulu #BBF268

Color information

#BBF268 (or 0xBBF268) is unknown color: approx Sulu. HEX triplet: BB, F2 and 68. RGB value is (187,242,104). Sum of RGB (Red+Green+Blue) = 187+242+104=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF268 is #440D97. Grayscale: #D2D2D2. Windows color (decimal): -4459928 or 6877883. OLE color: 6877883.

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

Color convert

RGB187242104-
CMYK0.2300.570.05
HSL83.91º84.15%67.84%-
HSV(B)83.91º57.02%94.9%-
XYZ54.7475.0724.7-
YUV209.8268.28111.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 242 (94.92% from 255) = 45.40%
BLUE value IS 104 (41.02% from 255) = 19.51%
R=35.08%
G=45.40%
B=19.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872421040.2300.570.0583.9184.1567.84
HexBBF268170395545444
Octal273362150270715124124104
Binary10111011111100101101000101110111001101101010010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF268; }

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

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

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

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

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

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

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

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