#B6F986

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

Shades of Sulu #B6F986

Tints of Sulu #B6F986

Color information

#B6F986 (or 0xB6F986) is unknown color: approx Sulu. HEX triplet: B6, F9 and 86. RGB value is (182,249,134). Sum of RGB (Red+Green+Blue) = 182+249+134=565 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.21% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 134 (52.73% from 255 or 23.72% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B6F986 is #490679. Grayscale: #D8D8D8. Windows color (decimal): -4785786 or 8845750. OLE color: 8845750.

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

Color convert

RGB182249134-
CMYK0.2700.460.02
HSL94.96º90.55%75.1%-
HSV(B)94.96º46.18%97.65%-
XYZ57.4779.4234.85-
YUV215.8681.8103.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.21%
GREEN value IS 249 (97.66% from 255) = 44.07%
BLUE value IS 134 (52.73% from 255) = 23.72%
R=32.21%
G=44.07%
B=23.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1822491340.2700.460.0294.9690.5575.1
HexB6F9861B02E25f5b4b
Octal266371206330562137133113
Binary10110110111110011000011011011010111010101111110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F986; }

 p { color: rgb(182,249,134); }

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

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

 a { background-color: rgb(182,249,134); }

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

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

 span { border-color: rgb(182,249,134); }

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