#BBF185

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

Shades of Sulu #BBF185

Tints of Sulu #BBF185

Color information

#BBF185 (or 0xBBF185) is unknown color: approx Sulu. HEX triplet: BB, F1 and 85. RGB value is (187,241,133). Sum of RGB (Red+Green+Blue) = 187+241+133=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBF185 is #440E7A. Grayscale: #D4D4D4. Windows color (decimal): -4460155 or 8778171. OLE color: 8778171.

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

Color convert

RGB187241133-
CMYK0.2200.450.05
HSL90º79.41%73.33%-
HSV(B)90º44.81%94.51%-
XYZ56.1875.1733.74-
YUV212.5483.11109.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 241 (94.53% from 255) = 42.96%
BLUE value IS 133 (52.34% from 255) = 23.71%
R=33.33%
G=42.96%
B=23.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872411330.2200.450.059079.4173.33
HexBBF1851602D55a4f49
Octal273361205260555132117111
Binary101110111111000110000101101100101101101101101010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF185; }

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

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

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

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

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

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

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

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