#BFFA86

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

Shades of Sulu #BFFA86

Tints of Sulu #BFFA86

Color information

#BFFA86 (or 0xBFFA86) is unknown color: approx Sulu. HEX triplet: BF, FA and 86. RGB value is (191,250,134). Sum of RGB (Red+Green+Blue) = 191+250+134=575 (76% of max value = 765). Red value is 191 (75% from 255 or 33.22% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFA86 is #400579. Grayscale: #DBDBDB. Windows color (decimal): -4195706 or 8846015. OLE color: 8846015.

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

Color convert

RGB191250134-
CMYK0.2400.460.02
HSL90.52º92.06%75.29%-
HSV(B)90.52º46.4%98.04%-
XYZ59.9781.1735.06-
YUV219.1479.95107.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.22%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 134 (52.73% from 255) = 23.30%
R=33.22%
G=43.48%
B=23.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501340.2400.460.0290.5292.0675.29
HexBFFA861802E25b5c4b
Octal277372206300562133134113
Binary10111111111110101000011011000010111010101101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFA86; }

 p { color: rgb(191,250,134); }

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

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

 a { background-color: rgb(191,250,134); }

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

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

 span { border-color: rgb(191,250,134); }

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