#BAF791

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

Shades of Sulu #BAF791

Tints of Sulu #BAF791

Color information

#BAF791 (or 0xBAF791) is unknown color: approx Sulu. HEX triplet: BA, F7 and 91. RGB value is (186,247,145). Sum of RGB (Red+Green+Blue) = 186+247+145=578 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.18% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF791 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF791 is #45086E. Grayscale: #D9D9D9. Windows color (decimal): -4524143 or 9566138. OLE color: 9566138.

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

Color convert

RGB186247145-
CMYK0.2500.410.03
HSL95.88º86.44%76.86%-
HSV(B)95.88º41.3%96.86%-
XYZ58.627938.95-
YUV217.1387.29105.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.18%
GREEN value IS 247 (96.88% from 255) = 42.73%
BLUE value IS 145 (57.03% from 255) = 25.09%
R=32.18%
G=42.73%
B=25.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1862471450.2500.410.0395.8886.4476.86
HexBAF79119029360564d
Octal272367221310513140126115
Binary10111010111101111001000111001010100111110000010101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF791; }

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

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

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

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

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

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

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

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