#BBFF6C

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

Shades of Sulu #BBFF6C

Tints of Sulu #BBFF6C

Color information

#BBFF6C (or 0xBBFF6C) is unknown color: approx Sulu. HEX triplet: BB, FF and 6C. RGB value is (187,255,108). Sum of RGB (Red+Green+Blue) = 187+255+108=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF6C is #440093. Grayscale: #DADADA. Windows color (decimal): -4456596 or 7143355. OLE color: 7143355.

HSL color Cylindrical-coordinate representation of color #BBFF6C: hue angle of 87.76º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBFF6C is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB187255108-
CMYK0.2700.580
HSL87.76º100%71.18%-
HSV(B)87.76º57.65%100%-
XYZ58.9683.1727.13-
YUV217.9165.97105.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 108 (42.58% from 255) = 19.64%
R=34%
G=46.36%
B=19.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872551080.2700.58087.7610071.18
HexBBFF6C1B03A0586447
Octal273377154330720130144107
Binary101110111111111111011001101101110100101100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFF6C; }

 p { color: rgb(187,255,108); }

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

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

 a { background-color: rgb(187,255,108); }

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

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

 span { border-color: rgb(187,255,108); }

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