#BAF373

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

Shades of Sulu #BAF373

Tints of Sulu #BAF373

Color information

#BAF373 (or 0xBAF373) is unknown color: approx Sulu. HEX triplet: BA, F3 and 73. RGB value is (186,243,115). Sum of RGB (Red+Green+Blue) = 186+243+115=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF373 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF373 is #450C8C. Grayscale: #D3D3D3. Windows color (decimal): -4525197 or 7599034. OLE color: 7599034.

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

Color convert

RGB186243115-
CMYK0.2300.530.05
HSL86.72º84.21%70.2%-
HSV(B)86.72º52.67%95.29%-
XYZ55.3975.7827.93-
YUV211.3673.62109.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 243 (95.31% from 255) = 44.67%
BLUE value IS 115 (45.31% from 255) = 21.14%
R=34.19%
G=44.67%
B=21.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431150.2300.530.0586.7284.2170.2
HexBAF373170355575446
Octal272363163270655127124106
Binary10111010111100111110011101110110101101101011110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF373; }

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

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

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

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

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

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

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

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