#BAF173

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

Shades of Sulu #BAF173

Tints of Sulu #BAF173

Color information

#BAF173 (or 0xBAF173) is unknown color: approx Sulu. HEX triplet: BA, F1 and 73. RGB value is (186,241,115). Sum of RGB (Red+Green+Blue) = 186+241+115=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF173 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF173 is #450E8C. Grayscale: #D2D2D2. Windows color (decimal): -4525709 or 7598522. OLE color: 7598522.

HSL color Cylindrical-coordinate representation of color #BAF173: hue angle of 86.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAF173 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB186241115-
CMYK0.2300.520.05
HSL86.19º81.82%69.8%-
HSV(B)86.19º52.28%94.51%-
XYZ54.874.5927.73-
YUV210.1974.28110.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 241 (94.53% from 255) = 44.46%
BLUE value IS 115 (45.31% from 255) = 21.22%
R=34.32%
G=44.46%
B=21.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411150.2300.520.0586.1981.8269.8
HexBAF173170345565246
Octal272361163270645126122106
Binary10111010111100011110011101110110100101101011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF173; }

 p { color: rgb(186,241,115); }

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

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

 a { background-color: rgb(186,241,115); }

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

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

 span { border-color: rgb(186,241,115); }

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