#BAF771

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

Shades of Sulu #BAF771

Tints of Sulu #BAF771

Color information

#BAF771 (or 0xBAF771) is unknown color: approx Sulu. HEX triplet: BA, F7 and 71. RGB value is (186,247,113). Sum of RGB (Red+Green+Blue) = 186+247+113=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 247 (96.88% from 255 or 45.24% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF771 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF771 is #45088E. Grayscale: #D5D5D5. Windows color (decimal): -4524175 or 7468986. OLE color: 7468986.

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

Color convert

RGB186247113-
CMYK0.2500.540.03
HSL87.31º89.33%70.59%-
HSV(B)87.31º54.25%96.86%-
XYZ56.4978.1527.73-
YUV213.4871.29108.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 247 (96.88% from 255) = 45.24%
BLUE value IS 113 (44.53% from 255) = 20.70%
R=34.07%
G=45.24%
B=20.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471130.2500.540.0387.3189.3370.59
HexBAF771190363575947
Octal272367161310663127131107
Binary1011101011110111111000111001011011011101011110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF771; }

 p { color: rgb(186,247,113); }

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

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

 a { background-color: rgb(186,247,113); }

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

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

 span { border-color: rgb(186,247,113); }

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