#B8FA82

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

Shades of Sulu #B8FA82

Tints of Sulu #B8FA82

Color information

#B8FA82 (or 0xB8FA82) is unknown color: approx Sulu. HEX triplet: B8, FA and 82. RGB value is (184,250,130). Sum of RGB (Red+Green+Blue) = 184+250+130=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #B8FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8FA82 is #47057D. Grayscale: #D9D9D9. Windows color (decimal): -4654462 or 8583864. OLE color: 8583864.

HSL color Cylindrical-coordinate representation of color #B8FA82: hue angle of 93º degrees, saturation: 0.92, 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 #B8FA82 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB184250130-
CMYK0.2600.480.02
HSL93º92.31%74.51%-
HSV(B)93º48%98.04%-
XYZ57.9880.1733.54-
YUV216.5979.13104.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.62%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 130 (51.17% from 255) = 23.05%
R=32.62%
G=44.33%
B=23.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1842501300.2600.480.029392.3174.51
HexB8FA821A03025d5c4b
Octal270372202320602135134113
Binary10111000111110101000001011010011000010101110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8FA82; }

 p { color: rgb(184,250,130); }

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

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

 a { background-color: rgb(184,250,130); }

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

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

 span { border-color: rgb(184,250,130); }

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