#BBF166

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

Shades of Sulu #BBF166

Tints of Sulu #BBF166

Color information

#BBF166 (or 0xBBF166) is unknown color: approx Sulu. HEX triplet: BB, F1 and 66. RGB value is (187,241,102). Sum of RGB (Red+Green+Blue) = 187+241+102=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF166 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF166 is #440E99. Grayscale: #D1D1D1. Windows color (decimal): -4460186 or 6746555. OLE color: 6746555.

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

Color convert

RGB187241102-
CMYK0.2200.580.05
HSL83.31º83.23%67.25%-
HSV(B)83.31º57.68%94.51%-
XYZ54.3574.4324.07-
YUV209.0167.61112.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 241 (94.53% from 255) = 45.47%
BLUE value IS 102 (40.23% from 255) = 19.25%
R=35.28%
G=45.47%
B=19.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872411020.2200.580.0583.3183.2367.25
HexBBF1661603A5535343
Octal273361146260725123123103
Binary10111011111100011100110101100111010101101001110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF166; }

 p { color: rgb(187,241,102); }

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

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

 a { background-color: rgb(187,241,102); }

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

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

 span { border-color: rgb(187,241,102); }

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