#BFE486

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

Shades of Sulu #BFE486

Tints of Sulu #BFE486

Color information

#BFE486 (or 0xBFE486) is unknown color: approx Sulu. HEX triplet: BF, E4 and 86. RGB value is (191,228,134). Sum of RGB (Red+Green+Blue) = 191+228+134=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #BFE486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE486 is #401B79. Grayscale: #CECECE. Windows color (decimal): -4201338 or 8840383. OLE color: 8840383.

HSL color Cylindrical-coordinate representation of color #BFE486: hue angle of 83.62º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFE486 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB191228134-
CMYK0.1600.410.11
HSL83.62º63.51%70.98%-
HSV(B)83.62º41.23%89.41%-
XYZ53.5368.2832.91-
YUV206.2287.24117.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.54%
GREEN value IS 228 (89.45% from 255) = 41.23%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=34.54%
G=41.23%
B=24.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912281340.1600.410.1183.6263.5170.98
HexBFE48610029B544047
Octal2773442062005113124100107
Binary1011111111100100100001101000001010011011101010010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE486; }

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

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

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

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

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

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

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

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