#B6FA82

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

Shades of Sulu #B6FA82

Tints of Sulu #B6FA82

Color information

#B6FA82 (or 0xB6FA82) is unknown color: approx Sulu. HEX triplet: B6, FA and 82. RGB value is (182,250,130). Sum of RGB (Red+Green+Blue) = 182+250+130=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 130 (51.17% from 255 or 23.13% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #B6FA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6FA82 is #49057D. Grayscale: #D8D8D8. Windows color (decimal): -4785534 or 8583862. OLE color: 8583862.

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

Color convert

RGB182250130-
CMYK0.2700.480.02
HSL94º92.31%74.51%-
HSV(B)94º48%98.04%-
XYZ57.5179.9333.52-
YUV215.9979.47103.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 250 (98.05% from 255) = 44.48%
BLUE value IS 130 (51.17% from 255) = 23.13%
R=32.38%
G=44.48%
B=23.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822501300.2700.480.029492.3174.51
HexB6FA821B03025e5c4b
Octal266372202330602136134113
Binary10110110111110101000001011011011000010101111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6FA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6FA82; }

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

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

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

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

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

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

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

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