#BBFB82

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

Shades of Sulu #BBFB82

Tints of Sulu #BBFB82

Color information

#BBFB82 (or 0xBBFB82) is unknown color: approx Sulu. HEX triplet: BB, FB and 82. RGB value is (187,251,130). Sum of RGB (Red+Green+Blue) = 187+251+130=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 130 (51.17% from 255 or 22.89% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBFB82 is #44047D. Grayscale: #DADADA. Windows color (decimal): -4457598 or 8584123. OLE color: 8584123.

HSL color Cylindrical-coordinate representation of color #BBFB82: hue angle of 91.74º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBFB82 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB187251130-
CMYK0.2500.480.02
HSL91.74º93.8%74.71%-
HSV(B)91.74º48.21%98.43%-
XYZ59.0281.1733.68-
YUV218.0778.3105.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 251 (98.44% from 255) = 44.19%
BLUE value IS 130 (51.17% from 255) = 22.89%
R=32.92%
G=44.19%
B=22.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872511300.2500.480.0291.7493.874.71
HexBBFB821903025c5e4b
Octal273373202310602134136113
Binary10111011111110111000001011001011000010101110010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFB82; }

 p { color: rgb(187,251,130); }

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

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

 a { background-color: rgb(187,251,130); }

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

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

 span { border-color: rgb(187,251,130); }

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