#BBF86C

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

Shades of Sulu #BBF86C

Tints of Sulu #BBF86C

Color information

#BBF86C (or 0xBBF86C) is unknown color: approx Sulu. HEX triplet: BB, F8 and 6C. RGB value is (187,248,108). Sum of RGB (Red+Green+Blue) = 187+248+108=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF86C is #440793. Grayscale: #D6D6D6. Windows color (decimal): -4458388 or 7141563. OLE color: 7141563.

HSL color Cylindrical-coordinate representation of color #BBF86C: hue angle of 86.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBF86C is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB187248108-
CMYK0.2500.560.03
HSL86.14º90.91%69.8%-
HSV(B)86.14º56.45%97.25%-
XYZ56.7778.7826.4-
YUV213.868.29108.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.44%
GREEN value IS 248 (97.27% from 255) = 45.67%
BLUE value IS 108 (42.58% from 255) = 19.89%
R=34.44%
G=45.67%
B=19.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1872481080.2500.560.0386.1490.9169.8
HexBBF86C190383565b46
Octal273370154310703126133106
Binary1011101111111000110110011001011100011101011010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF86C; }

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

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

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

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

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

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

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

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