#BAF869

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

Shades of Sulu #BAF869

Tints of Sulu #BAF869

Color information

#BAF869 (or 0xBAF869) is unknown color: approx Sulu. HEX triplet: BA, F8 and 69. RGB value is (186,248,105). Sum of RGB (Red+Green+Blue) = 186+248+105=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 248 (97.27% from 255 or 46.01% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 248 - color contains mainly: green. Hex color #BAF869 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF869 is #450796. Grayscale: #D5D5D5. Windows color (decimal): -4523927 or 6944954. OLE color: 6944954.

HSL color Cylindrical-coordinate representation of color #BAF869: hue angle of 86.01º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAF869 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB186248105-
CMYK0.2500.580.03
HSL86.01º91.08%69.22%-
HSV(B)86.01º57.66%97.25%-
XYZ56.3778.5925.56-
YUV213.1666.96108.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 248 (97.27% from 255) = 46.01%
BLUE value IS 105 (41.41% from 255) = 19.48%
R=34.51%
G=46.01%
B=19.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862481050.2500.580.0386.0191.0869.22
HexBAF8691903A3565b45
Octal272370151310723126133105
Binary1011101011111000110100111001011101011101011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF869; }

 p { color: rgb(186,248,105); }

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

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

 a { background-color: rgb(186,248,105); }

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

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

 span { border-color: rgb(186,248,105); }

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